aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-ScanDeps
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-06-29 14:46:38 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-06-29 14:46:38 +0000
commitec61b0188955d3c2dc93c9a9243ef2d631399377 (patch)
tree2e96e1743db30f76193547952044a68fc44575a1 /devel/p5-Module-ScanDeps
parentb683187d7fa8a056ef6d6970c4ce3a80bcd3f76d (diff)
downloadports-ec61b0188955d3c2dc93c9a9243ef2d631399377.tar.gz
ports-ec61b0188955d3c2dc93c9a9243ef2d631399377.zip
- Add missing dependency which was introduced in version 0.75. For some
unknown reasons, Makefile.PL does not correctly check the dependency. This fixes p5-PAR-Packer build. Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=194465
Diffstat (limited to 'devel/p5-Module-ScanDeps')
-rw-r--r--devel/p5-Module-ScanDeps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Module-ScanDeps/Makefile b/devel/p5-Module-ScanDeps/Makefile
index 4dde12a137fb..8a0714e99ef8 100644
--- a/devel/p5-Module-ScanDeps/Makefile
+++ b/devel/p5-Module-ScanDeps/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Module-ScanDeps
PORTVERSION= 0.75
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Recursively scan Perl code for dependencies
+BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+RUN_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+
PERL_CONFIGURE= yes
MAN1= scandeps.pl.1