aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>