# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         Sys-Filesystem 1.14
maintainers         email.arc.nasa.gov:sal 
description         Retrieve list of filesystems and their properties
long_description    Sys::Filesystem is intended to be a \
    portable interface to list and query filesystem names and their \
    properties. At the time of writing there were only Solaris and \
    Win32 modules available on CPAN to perform this kind of \
    operation. This module hopes to provide a consistant API to list \
    all, mounted, unmounted and special filesystems on a system, and \
    query as many properties as possible with common aliases wherever \
    possible. 

homepage            http://search.cpan.org/~nicolaw/Sys-Filesystem

platforms           darwin

checksums           sha1 7783e4dd08356591c77bcccccac27a09f3994fae

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
