From 6817a071c397865045366bb3a8224319502caae0 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 11 Aug 2011 02:30:41 +0000 Subject: - Restore lost dependencies [1] - Pet portlint while here PR: ports/159533 [1] Submitted by: Evgeniy Kosov [1] --- devel/p5-Getopt-Compact/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit