pkgsrc/security/p5-IO-Socket-SSL/Makefile
wiz 9330a0b877 p5-IO-Socket-SSL: update to 2.052.
2.052 2017/10/22
- disable NPN support if LibreSSL>=2.6.1 is detected since they've replaced the
  functions with dummies instead of removing NPN completly or setting
  OPENSSL_NO_NEXTPROTONEG
- t/01loadmodule.t shows more output helpful in debugging problems
- update fingerprints for extenal tests
- update documentation to make behavior of syswrite more clear
2017-11-08 21:07:32 +00:00

28 lines
953 B
Makefile

# $NetBSD: Makefile,v 1.121 2017/11/08 21:07:32 wiz Exp $
DISTNAME= IO-Socket-SSL-2.052
PKGNAME= p5-${DISTNAME}
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-SSL/
COMMENT= Perl5 SSL socket interface class
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN
DEPENDS+= p5-Net-SSLeay>=1.59:../../security/p5-Net-SSLeay
DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist
SUBST_CLASSES.MirBSD+= openssl
SUBST_STAGE.openssl= pre-configure
SUBST_MESSAGE.openssl= Adapting minimum OpenSSL version.
SUBST_FILES.openssl= Makefile.PL
SUBST_SED.openssl= -e 's/openssl < 0x00908000/openssl < 0x00907000/'
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"