diff options
author | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
commit | 2d740bd25468abde2d241c34999818979bbb628d (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /net/p5-Crypt-DH-GMP | |
parent | 76f2350775aaf609876abb739dd47fe9f66b20ea (diff) | |
download | freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.gz freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.zst freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'net/p5-Crypt-DH-GMP')
-rw-r--r-- | net/p5-Crypt-DH-GMP/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/p5-Crypt-DH-GMP/Makefile b/net/p5-Crypt-DH-GMP/Makefile index f30837e8dfbb..dde0570b606a 100644 --- a/net/p5-Crypt-DH-GMP/Makefile +++ b/net/p5-Crypt-DH-GMP/Makefile @@ -28,14 +28,4 @@ MAN3= Crypt::DH::GMP.3 \ post-patch: ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |