aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Marpa-PP
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:45:38 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 18:45:38 +0000
commit2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608 (patch)
treefffa16c225e5c8c0a72ed5f5d5c9a88be4d7839c /lang/p5-Marpa-PP
parent346415e3c06029d36c899250a77aa33df43cf6fc (diff)
downloadports-2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608.tar.gz
ports-2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608.zip
Notes
Diffstat (limited to 'lang/p5-Marpa-PP')
-rw-r--r--lang/p5-Marpa-PP/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile
index 34073c5254a7..765826bc201c 100644
--- a/lang/p5-Marpa-PP/Makefile
+++ b/lang/p5-Marpa-PP/Makefile
@@ -17,13 +17,12 @@ COMMENT= Pure Perl version of Marpa
BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
-BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
- p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
# PERL_CONFIGURE failed on Perl 5.12.4
-PERL_MODBUILD= 5.10.0+
+PERL_MODBUILD= yes
MAN3= Marpa::PP.3 \
Marpa::PP::Advanced::Bibliography.3 \
@@ -40,19 +39,4 @@ MAN3= Marpa::PP.3 \
Marpa::PP::Tracing.3 \
Marpa::PP::Vocabulary.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.21:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.21:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+= p5-Data-Dumper>=2.125:${PORTSDIR}/devel/p5-Data-Dumper \
- p5-Storable>=2.21:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS+= p5-Data-Dumper>=2.125:${PORTSDIR}/devel/p5-Data-Dumper \
- p5-Storable>=2.21:${PORTSDIR}/devel/p5-Storable
-TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>