aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-06 07:25:35 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-06 07:25:35 +0800
commitaafcbe8836fccfedf59dc58daf990303f67f4fc7 (patch)
tree23f970f42b40abeba6f55d777466e5a18b63cb00
parent0ac6ff5cba44a861f1ca07c880851611871fa6bc (diff)
downloadfreebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.tar.gz
freebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.tar.zst
freebsd-ports-gnome-aafcbe8836fccfedf59dc58daf990303f67f4fc7.zip
Remove outdated PERL_LEVEL check
With hat: perl
-rw-r--r--security/p5-Crypt-Random-Source/Makefile8
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>