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