aboutsummaryrefslogtreecommitdiff
path: root/security/p5-POE-Component-SSLify
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-12-31 19:51:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-12-31 19:51:34 +0000
commit66924938375a6fd96fb3ec9f00c85d48fdd2ce85 (patch)
tree806c8bf5953aa6382a19618cd3e756386bdbf5cb /security/p5-POE-Component-SSLify
parente834468ee6a14ce47ac0a078484c4b460afa87c0 (diff)
downloadports-66924938375a6fd96fb3ec9f00c85d48fdd2ce85.tar.gz
ports-66924938375a6fd96fb3ec9f00c85d48fdd2ce85.zip
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
Notes
Notes: svn path=/head/; revision=430155
Diffstat (limited to 'security/p5-POE-Component-SSLify')
-rw-r--r--security/p5-POE-Component-SSLify/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile
index a78985753c6f..d86e94285709 100644
--- a/security/p5-POE-Component-SSLify/Makefile
+++ b/security/p5-POE-Component-SSLify/Makefile
@@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings
USES= perl5
USE_PERL5= modbuildtiny
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>