Lines 14-19
Link Here
|
14 |
MAINTAINER= perl@FreeBSD.org |
14 |
MAINTAINER= perl@FreeBSD.org |
15 |
COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality |
15 |
COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality |
16 |
|
16 |
|
|
|
17 |
RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ |
18 |
${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \ |
19 |
${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path |
20 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
21 |
|
17 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
18 |
|
23 |
|
19 |
MAN3= Getopt::Compact.3 \ |
24 |
MAN3= Getopt::Compact.3 \ |