diff options
author | jlam <jlam> | 2001-09-27 07:29:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 07:29:39 +0000 |
commit | b6090ca77a842535fe31621a3817adc91aafd461 (patch) | |
tree | 72b7b2f13a3cfe87b8a4f4ef4a428b943e9f0bdd /security/p5-Net-SSLeay | |
parent | 2285cc449d8070899472ac2a5bcef465f4272800 (diff) | |
download | pkgsrc-b6090ca77a842535fe31621a3817adc91aafd461.tar.gz |
This package requires a relatively recent OpenSSL installation.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index d7697ba6559..90d9f020eda 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 07:25:06 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 07:29:39 jlam Exp $ DISTNAME= Net_SSLeay.pm-1.08 PKGNAME= p5-Net-SSLeay-1.08 @@ -13,6 +13,8 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist MAKE_PARAMS= ${SSLBASE} +USE_OPENSSL_VERSION= OPENSSL_VERSION_096A + do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} |