pkgsrc/security/p5-Net-SSLeay/Makefile
shell 22aca990cd Updated to p5-Net-SSLeay to 1.17
Changes since 1.15 :
 - applied patch to fix CTX_set_default_passwd_cb() contributed
   by Timo Kujala <timo.kujala@@intellitel_.com>, --Sampo
 - similar patch by Chris Ridd <chris.ridd@messagingdirect.com>
 - applied patch to add various API functions by mikem@open.com_.au
 - 5.005_03 compat fix for Handle.pm from Jim Mintha <jim@@ic._uva.nl>
 - further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org
 - improved README.Win32 and added RECIPE.Win32 from
   Hermann Kelley <hkelley@@secmon._com>
2002-06-10 01:53:32 +00:00

24 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.13 2002/06/10 01:53:32 shell Exp $
DISTNAME= Net_SSLeay.pm-1.17
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
SVR4_PKGNAME= p5nsl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html
COMMENT= perl5 module for using OpenSSL
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
MAKE_PARAMS= ${BUILDLINK_DIR}
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096B}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
.include "../../lang/perl5/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"