# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Sys-Filesystem 1.406 revision 4 license Apache-2 maintainers nomaintainer 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. platforms darwin checksums rmd160 df77a845f2b12595168ec3931c8b1d3031775df4 \ sha256 9a1d43326226f8aea3359849383784840ef930e5c4efafa4cbd5764d2c7a6afb if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-module-pluggable \ port:p${perl5.major}-params-util supported_archs noarch }