diff options
author | az <az@FreeBSD.org> | 2012-12-17 13:44:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 13:44:43 +0800 |
commit | 96d0af6c69580d67545ff66db133b1fa5b4e4e66 (patch) | |
tree | d3bcef51ffc1ca20e6a7111f12aea3ac7c3b17af | |
parent | 4be53e13c813f6a799ee2aee9a2ee74396577e99 (diff) | |
download | freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.tar.gz freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.tar.zst freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 9 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Mail-Graph/Makefile | 8 |
6 files changed, 5 insertions, 40 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index f95976c3dfc1..c8739a51db1c 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -74,14 +74,7 @@ MAN3= Astro::Catalog.3 \ Astro::Catalog::Transport::WebService.3 \ Tk::AstroCatalog.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -RUN_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -.endif - post-patch: @${REINPLACE_CMD} -e '/\.cfg/ s|\.cfg|&.sample|2' ${WRKSRC}/Build.PL -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile index c1b7dfc728c7..ebc204d91e6a 100644 --- a/dns/p5-Net-DNS-Lite/Makefile +++ b/dns/p5-Net-DNS-Lite/Makefile @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN3= Net::DNS::Lite.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index c940c5265fe7..bee921dde190 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -33,10 +33,4 @@ MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 \ Net::DNS::RR::NSEC3.3 Net::DNS::RR::NSEC3PARAM.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index bff7836c9763..6b4fbb4d93d6 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -56,10 +56,6 @@ PORTDOCS= Changes README TODO .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - .if ${PORT_OPTIONS:MIPV6} RUN_DEPENDS+= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile index f54ef677dd76..31b6ae73b725 100644 --- a/dns/p5-Net-Domain-ExpireDate/Makefile +++ b/dns/p5-Net-Domain-ExpireDate/Makefile @@ -24,10 +24,4 @@ MAN3= Net::Domain::ExpireDate.3 post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index 44c3949711de..6963304e8c3a 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -40,10 +40,4 @@ post-install: ${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \ ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |