summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 00:12:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 00:12:59 +0000
commit6ddc70ad46c6894a07d39c2fa5570f276f230e9f (patch)
tree71684e41a44dc2f96f4845d05bc45d23b624cd93 /dns
parent- Remove outdated PERL_LEVEL check (diff)
- Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=346411
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Mozilla-PublicSuffix/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile
index 78ca74e8a68f..690c1acadb20 100644
--- a/dns/p5-Mozilla-PublicSuffix/Makefile
+++ b/dns/p5-Mozilla-PublicSuffix/Makefile
@@ -19,10 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= modbuild
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>