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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-Portability-Files 0.05
maintainers         narf_tm openmaintainer
description         Check file names portability
long_description    This module is used to check the portability across \
                    operating systems of the names of the files present \
                    in the distribution of a module.

platforms           darwin

checksums           md5 2ede77af4d3b82ffb39cd28fda6857e5 \
                    sha1 ce6c99ed04f4239130efb395b53161d0112adb9f \
                    rmd160 9c5a74a4f6a84e1bac1e2157bf3e4e52c7152283

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