diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-18 13:49:02 +0000 |
commit | b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /math/p5-Math-Prime-XS | |
parent | 3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff) | |
download | ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip |
Notes
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r-- | math/p5-Math-Prime-XS/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index a43eadb993a6..acd4f5d647e9 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -27,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Math::Prime::XS.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |