aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PKCS10
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:30 +0000
commitfba4952296fc553490581d3f6cfc5959bbf8d9d3 (patch)
tree007c3173aa0fc8c5a165151ce40576227b27af86 /security/p5-Crypt-PKCS10
parentf7889629485d72e89455e58861184d2d9f0750bb (diff)
downloadports-fba4952296fc553490581d3f6cfc5959bbf8d9d3.tar.gz
ports-fba4952296fc553490581d3f6cfc5959bbf8d9d3.zip
Remove outdated PERL_LEVEL check
With hat: perl
Notes
Notes: svn path=/head/; revision=442712
Diffstat (limited to 'security/p5-Crypt-PKCS10')
-rw-r--r--security/p5-Crypt-PKCS10/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/p5-Crypt-PKCS10/Makefile b/security/p5-Crypt-PKCS10/Makefile
index ebbe8e57aac5..359ee5e4e93e 100644
--- a/security/p5-Crypt-PKCS10/Makefile
+++ b/security/p5-Crypt-PKCS10/Makefile
@@ -26,11 +26,4 @@ USES= perl5
USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502108
-BUILD_DEPENDS+= p5-Digest-SHA>=5.95:security/p5-Digest-SHA
-RUN_DEPENDS+= p5-Digest-SHA>=5.95:security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>