diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-13 16:15:36 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-13 16:15:36 +0000 |
commit | b59621d3ae883bef429a8fae6073bfa293a55222 (patch) | |
tree | b415c7b2903cf47ada68c5557c3c6ac33a25fc41 /lang/p5-Marpa | |
parent | e93c09b8f3675471a176b72ae1e6f085f7a607ad (diff) | |
download | ports-b59621d3ae883bef429a8fae6073bfa293a55222.tar.gz ports-b59621d3ae883bef429a8fae6073bfa293a55222.zip |
Notes
Diffstat (limited to 'lang/p5-Marpa')
-rw-r--r-- | lang/p5-Marpa/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index 1e48ad8ee403..baba0626ce2d 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ RUN_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10.0+ MAN3= Marpa::Advanced::Algorithm.3 \ Marpa::Advanced::Bibliography.3 \ @@ -38,4 +38,10 @@ MAN3= Marpa::Advanced::Algorithm.3 \ Marpa::Support.3 \ Marpa::Tracing.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501200 +TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |