aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Compile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-14 01:29:37 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-14 01:29:37 +0000
commit3f2859d5d1c84913d51913fea649d3d6e7ba725a (patch)
tree2a0f2457790644d6f5e3d882818f9b19cd1c5aea /devel/p5-Module-Compile
parentdcb4ed3decd39ab0efdacf8059d4d5fc2d8d9d27 (diff)
downloadports-3f2859d5d1c84913d51913fea649d3d6e7ba725a.tar.gz
ports-3f2859d5d1c84913d51913fea649d3d6e7ba725a.zip
- add dependency of security/p5-Digest-SHA1
- bump PORTREVISION PR: ports/98899 Submitted by: maintainer (Tsung-Han Yeh)
Notes
Notes: svn path=/head/; revision=165348
Diffstat (limited to 'devel/p5-Module-Compile')
-rw-r--r--devel/p5-Module-Compile/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Module-Compile/Makefile b/devel/p5-Module-Compile/Makefile
index f5dfeb8030c1..d7b567bbe5be 100644
--- a/devel/p5-Module-Compile/Makefile
+++ b/devel/p5-Module-Compile/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Module-Compile
PORTVERSION= 0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@@ -16,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Provide a system for writing modules that compile other Perl modules
+BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Module::Compile.3 \