diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
commit | c10f314307a4e84ca4811cb03db549590b4c364a (patch) | |
tree | aefb02047d08a1e3c25a562330070cfdd71f0579 /dns | |
parent | beaeca88a88b0f7e641416a47008edd52290575c (diff) | |
download | ports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-DNS-ZoneParse/Makefile | 9 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Net-Domain-TLD/Makefile | 8 |
4 files changed, 3 insertions, 26 deletions
diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile index 761a9ad6f065..fb197e13de1a 100644 --- a/dns/p5-DNS-ZoneParse/Makefile +++ b/dns/p5-DNS-ZoneParse/Makefile @@ -18,11 +18,4 @@ PERL_CONFIGURE= yes MAN3= DNS::ZoneParse.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.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 0d01d1af291f..2128ffad1265 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -40,8 +40,4 @@ MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ RUN_DEPENDS+= p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA .endif -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -.endif - .include <bsd.port.post.mk> diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index e7643d810764..e66f4487cc62 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= Net::DNS::ZoneFile::Fast.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/p5-Net-Domain-TLD/Makefile b/dns/p5-Net-Domain-TLD/Makefile index a0d214ec7f1f..d8ab89e891ed 100644 --- a/dns/p5-Net-Domain-TLD/Makefile +++ b/dns/p5-Net-Domain-TLD/Makefile @@ -20,10 +20,4 @@ PERL_CONFIGURE= yes MAN3= Net::Domain::TLD.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |