# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Getopt-Long-Descriptive 0.085
maintainers           narf_tm openmaintainer
description           Getopt::Long with usage text
long_description      ${description}

platforms             darwin

checksums             md5 164a77e4029f8a11b6cb4ff51bdc1bbc \
                      sha1 1335fa7012040f5b7cf7e5b752987079b5cb355b \
                      rmd160 b61df01dd9833aaafe0ae8b1178e7b0f15de1326

depends_lib-append    port:p5-params-validate \
                      port:p5-sub-exporter

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