aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Prime-XS/Makefile
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-06-18 21:49:02 +0800
committeraz <az@FreeBSD.org>2013-06-18 21:49:02 +0800
commit172967ef1621383bbbafd54a70d990b5eb06ff48 (patch)
treecb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /math/p5-Math-Prime-XS/Makefile
parent0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff)
downloadfreebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz
freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst
freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.zip
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
Diffstat (limited to 'math/p5-Math-Prime-XS/Makefile')
-rw-r--r--math/p5-Math-Prime-XS/Makefile8
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>