aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-05-01 06:33:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-05-01 06:33:28 +0000
commit60b7c30edaaa73d678de6c49ecb189514157b698 (patch)
treeae64bcc4e484397966d567edddfcc048b7b648de /security/p5-Net-SSLeay
parent948f976c7061b9bc01baabd241a7e6f823d182b8 (diff)
downloadports-60b7c30edaaa73d678de6c49ecb189514157b698.tar.gz
ports-60b7c30edaaa73d678de6c49ecb189514157b698.zip
Notes
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 38911dc75aa5..494f30b2c75b 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -14,6 +14,12 @@ DISTNAME= Net_SSLeay.pm-1.05
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
@@ -23,4 +29,4 @@ MAN3= Net::SSLeay.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>