# $Id: Portfile 67323 2010-05-05 15:51:10Z vinc17@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         AppConfig-Std 1.07
maintainers         vinc17 openmaintainer
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
depends_lib-append  port:p5-appconfig

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

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