diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-01 03:51:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-01 03:51:34 +0800 |
commit | 879853ef7ad88ca7155996a7f25038b418ce3764 (patch) | |
tree | 806c8bf5953aa6382a19618cd3e756386bdbf5cb /security | |
parent | 990a12edb8c95236362bee3ffed8eaa96b6d33c9 (diff) | |
download | freebsd-ports-gnome-879853ef7ad88ca7155996a7f25038b418ce3764.tar.gz freebsd-ports-gnome-879853ef7ad88ca7155996a7f25038b418ce3764.tar.zst freebsd-ports-gnome-879853ef7ad88ca7155996a7f25038b418ce3764.zip |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-POE-Component-SSLify/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Unix-Passwd-File/Makefile | 9 |
2 files changed, 2 insertions, 15 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> diff --git a/security/p5-Unix-Passwd-File/Makefile b/security/p5-Unix-Passwd-File/Makefile index 484b16bf2443..db3f163d923a 100644 --- a/security/p5-Unix-Passwd-File/Makefile +++ b/security/p5-Unix-Passwd-File/Makefile @@ -28,11 +28,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-experimental>=0:devel/p5-experimental -RUN_DEPENDS+= p5-experimental>=0:devel/p5-experimental -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |