diff options
author | swills <swills@FreeBSD.org> | 2011-08-11 10:30:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-11 10:30:41 +0800 |
commit | 6817a071c397865045366bb3a8224319502caae0 (patch) | |
tree | 1e2398e008fc6b8e19b730319902de8995a20138 | |
parent | 2c95ec0b63816b01544a2e912b3adb5da4ed17d0 (diff) | |
download | freebsd-ports-graphics-6817a071c397865045366bb3a8224319502caae0.tar.gz freebsd-ports-graphics-6817a071c397865045366bb3a8224319502caae0.tar.zst freebsd-ports-graphics-6817a071c397865045366bb3a8224319502caae0.zip |
- Restore lost dependencies [1]
- Pet portlint while here
PR: ports/159533 [1]
Submitted by: Evgeniy Kosov <evgeniy@kosov.su> [1]
-rw-r--r-- | devel/p5-Getopt-Compact/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Getopt-Compact/Makefile b/devel/p5-Getopt-Compact/Makefile index 7d51f42d966..b7baa512da7 100644 --- a/devel/p5-Getopt-Compact/Makefile +++ b/devel/p5-Getopt-Compact/Makefile @@ -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 |