# $Id: Portfile 51101 2009-05-18 01:58:05Z vinc17@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         AppConfig-Std 1.07
maintainers         vinc17
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

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