diff options
author | will <will@FreeBSD.org> | 2000-06-07 17:28:47 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-07 17:28:47 +0000 |
commit | d861070bac9cef8f6d2bd91ea36c88cf1785ea1a (patch) | |
tree | c66e42fe8be842d6836d52adef51a1142b78574a /security/p5-Net-SSLeay | |
parent | d556b8287dd1be87b9f69cdabe9c025cee2d7285 (diff) | |
download | FreeBSD-ports-d861070bac9cef8f6d2bd91ea36c88cf1785ea1a.zip FreeBSD-ports-d861070bac9cef8f6d2bd91ea36c88cf1785ea1a.tar.gz |
Remove unnecessary FORBIDDEN because (apparently) the OpenSSL check works
just fine on RELENG_3.
PR: 19052
Submitted by: Patrick M. Hausen <hausen@punkt.de>
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 494f30b..400b20f 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -16,10 +16,6 @@ MAINTAINER= andreas@FreeBSD.org .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400000 -FORBIDDEN= infinite loop trying to find OpenSSL -.endif - RESTRICTED= "Cryptography" USE_PERL5= YES |