Ticket #10037: Portfile

File Portfile, 619 bytes (added by vincent-opdarw@…, 18 years ago)

Portfile for p5-appconfig-std

Line 
1# $Id: Portfile 13126 2006-07-17 04:17:38Z lefevre $
2
3PortSystem 1.0
4PortGroup perl5 1.0
5
6perl5.setup             AppConfig-Std 1.07
7maintainers             vincent-opdarw@vinc17.org
8description             Perl class providing standard command-line arguments
9long_description        AppConfig::Std is a subclass of Andy Wardley's \
10                        AppConfig module, to provide standard command-line \
11                        arguments for tool scripts.
12checksums               md5 5a7d3d668494116e4120208100592d10 \
13                        sha1 8a5aa12bba633fb47710ed03615a75a8c5b4e4ae
14platforms               darwin
15
16depends_lib-append      port:p5-appconfig
17configure.env           C_INCLUDE_PATH="${prefix}/include" \
18                        LIBRARY_PATH="${prefix}/lib"