diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:30 +0800 |
commit | 0ac6ff5cba44a861f1ca07c880851611871fa6bc (patch) | |
tree | 007c3173aa0fc8c5a165151ce40576227b27af86 /security | |
parent | 261dbd3b319de6f9d227f123c2cdcf0726c4558e (diff) | |
download | freebsd-ports-gnome-0ac6ff5cba44a861f1ca07c880851611871fa6bc.tar.gz freebsd-ports-gnome-0ac6ff5cba44a861f1ca07c880851611871fa6bc.tar.zst freebsd-ports-gnome-0ac6ff5cba44a861f1ca07c880851611871fa6bc.zip |
Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PKCS10/Makefile | 9 |
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> |