# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Sys-Filesystem 1.408
revision            0
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 any}

checksums           rmd160  bc6451c41224207e8392bfcfb0fc5946fd8236ae \
                    sha256  577e11072b897d718c234181a5c059f8dc04b65fd95465f0b1292cb635974d97 \
                    size    31619

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-module-pluggable \
                    port:p${perl5.major}-params-util

    supported_archs noarch
}
