# $Id: Portfile 99224 2012-10-29 22:26:50Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         AppConfig-Std 1.07
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl class providing standard command-line arguments
long_description    AppConfig::Std is a subclass of Andy Wardley's \
                    AppConfig module, to provide standard command-line \
                    arguments for tool scripts.
checksums           md5 5a7d3d668494116e4120208100592d10 \
                    sha1 8a5aa12bba633fb47710ed03615a75a8c5b4e4ae
platforms           darwin
if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-appconfig
}

supported_archs noarch

configure.env       C_INCLUDE_PATH="${prefix}/include" \
                    LIBRARY_PATH="${prefix}/lib"
