pkgsrc/security/p5-SSLeay/Makefile
shell 850b1606f5 Updated to p5-SSLeay-0.45
Changes :
+ PKCS12 certificate support, patch submitted by Beni Takahashi,
  author of patch Daisuke Kuroda
+ Fixing compile warnings on Solaris 8/Sparc with Forte 7.0 about
  implicit conversions and implicit declarations.  Thanks to
  Marek Rouchal for bug report.
- Removed unused dependency on URI::URL, thanks to Ric Steinberger
  for pointing out this problem under perl 5.8.0
- fixed Makefile.PL use of dirname() which could error for perl 5.8.x
  Thanks to Chip Turner of RedHat for patch.
- Fixed a runtime error with Net::SSL->proxy for running under
  perl warnings with no proxy defined, which t/net_ssl.t test case
  revealed.
+ Added t/net_ssl.t test for initializing a Net::SSL object
+ Added build auto-detect for 0.9.6+ and only then use OPENSSL_free
  instead of free() since older OpenSSL like 0.9.4 did not have it.
+ Added ./net_ssl_test -CAfile documentation, and root CA file from mod_ssl
  distribution at certs/ca-bundle.crt that can be used for general root CA
  peer certificate verification.
+ Plus many bugs fixed and improvement... see CHANGES for more
2002-09-27 09:41:21 +00:00

24 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/09/27 09:41:21 shell Exp $
#
DISTNAME= Crypt-SSLeay-0.45
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5csl
CATEGORIES= security perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= shell@netbsd.org
COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/SSLeay/.packlist
post-patch:
@cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_DIR}|" Makefile.PL \
> Makefile.PL.tmp && ${MV} Makefile.PL.tmp Makefile.PL
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"