diff options
author | shell <shell> | 2002-08-19 09:48:55 +0000 |
---|---|---|
committer | shell <shell> | 2002-08-19 09:48:55 +0000 |
commit | 67d260f47f3cc973ca728c2c570bdf38b81b5b59 (patch) | |
tree | 61825d7853a602d5193e440ae69af4fa816658a7 /security/p5-Net-SSLeay/Makefile | |
parent | b0709b6de94f2d02509998c490333b697f6bbd6a (diff) | |
download | pkgsrc-67d260f47f3cc973ca728c2c570bdf38b81b5b59.tar.gz |
Updated to p5-Net-SSLeay-1.19
Changes :
- further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org
- applied minor patch by Mark Veltzer <mark@@veltzer._org> to Makefile.PL
- Added SSL_peek patch to ssl_read_until from
Peter Behroozi <peter@@fhpwireless_.com> --Sampo
- Improved Windows instructions per Marcel Bucher <marcle@bucher._cc>
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index e80f6dfd304..f51a41b5fbb 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2002/07/26 13:47:44 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/19 09:48:55 shell Exp $ -DISTNAME= Net_SSLeay.pm-1.17 +DISTNAME= Net_SSLeay.pm-1.19 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 @@ -14,7 +14,7 @@ USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist MAKE_PARAMS= ${BUILDLINK_DIR} -USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096D} +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096G} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} |