mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Restore lost dependencies [1]
- Pet portlint while here PR: ports/159533 [1] Submitted by: Evgeniy Kosov <evgeniy@kosov.su> [1]
This commit is contained in:
parent
52c7c43d00
commit
0feb033f64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279464
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@ MASTER_SITES= CPAN
|
|||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality
|
||||
COMMENT= Getopt processing in a compact statement with long and short options
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
||||
${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \
|
||||
${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue