diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:35 +0800 |
commit | aafcbe8836fccfedf59dc58daf990303f67f4fc7 (patch) | |
tree | 23f970f42b40abeba6f55d777466e5a18b63cb00 /security | |
parent | 0ac6ff5cba44a861f1ca07c880851611871fa6bc (diff) | |
download | freebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.tar.gz freebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.tar.zst freebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.zip |
Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Random-Source/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index e20c4b261b71..ab717291a19d 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -25,10 +25,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |