Portfile

# $Id: Portfile 20354 2006-11-02 02:06:03Z blair@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup AppConfig-Std 1.07
maintainers vincent-opdarw@vinc17.org
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"