aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Makefile-Parser/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-24 06:53:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-24 06:53:13 +0000
commit87a508be974d71bc3f5e7359ecf25462abc29236 (patch)
tree0cd5c4e11588181d16594b6caf545b9c07fbc71d /textproc/p5-Makefile-Parser/Makefile
parent20499d020c8445f3af5816ae30a251ccacb30d8c (diff)
downloadports-87a508be974d71bc3f5e7359ecf25462abc29236.tar.gz
ports-87a508be974d71bc3f5e7359ecf25462abc29236.zip
Notes
Diffstat (limited to 'textproc/p5-Makefile-Parser/Makefile')
-rw-r--r--textproc/p5-Makefile-Parser/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/textproc/p5-Makefile-Parser/Makefile b/textproc/p5-Makefile-Parser/Makefile
index 2ea27709638a..fb05d0c94751 100644
--- a/textproc/p5-Makefile-Parser/Makefile
+++ b/textproc/p5-Makefile-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Makefile-Parser
-PORTVERSION= 0.211
+PORTVERSION= 0.215
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AGENT
@@ -15,13 +15,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Makefile::Parser - A Simple Parser for Makefiles
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Trigger>=0.13:${PORTSDIR}/devel/p5-Class-Trigger \
- p5-Makefile-DOM>=0.003:${PORTSDIR}/textproc/p5-Makefile-DOM
+ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-IPC-Run3>=0.036:${PORTSDIR}/devel/p5-IPC-Run3 \
+ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-Makefile-DOM>=0.005:${PORTSDIR}/textproc/p5-Makefile-DOM
+RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Class-Trigger>=0.13:${PORTSDIR}/devel/p5-Class-Trigger \
+ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-Makefile-DOM>=0.005:${PORTSDIR}/textproc/p5-Makefile-DOM
-PERL_CONFIGURE= 5.6.1+
+PERL_CONFIGURE= yes
MAN1= makesimple.1 \
pgmake-db.1 \