diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-01 06:33:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-01 06:33:28 +0000 |
commit | 60b7c30edaaa73d678de6c49ecb189514157b698 (patch) | |
tree | ae64bcc4e484397966d567edddfcc048b7b648de /security/p5-Net-SSLeay | |
parent | 948f976c7061b9bc01baabd241a7e6f823d182b8 (diff) |
Mark this forbidden for 3.x branch -- configure goes into infinite loop.
Notes
Notes:
svn path=/head/; revision=28220
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 8 |
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> |