diff options
author | asami <asami@FreeBSD.org> | 2000-05-01 14:33:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-01 14:33:28 +0800 |
commit | 118eb03602150f472d188fcebcb63582718fe1c2 (patch) | |
tree | 6fdf826658342653ae442e1cf3dc53c7b194baab /security | |
parent | ac33610ae12e5fa377417a54f04d74124be6d8ec (diff) | |
download | freebsd-ports-gnome-118eb03602150f472d188fcebcb63582718fe1c2.tar.gz freebsd-ports-gnome-118eb03602150f472d188fcebcb63582718fe1c2.tar.zst freebsd-ports-gnome-118eb03602150f472d188fcebcb63582718fe1c2.zip |
Mark this forbidden for 3.x branch -- configure goes into infinite loop.
Diffstat (limited to 'security')
-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> |