33478dd820
Upstream changes: 2.060 2018/09/16 - support for TLS 1.3 with OpenSSL 1.1.1 (needs support in Net::SSLeay too) Thanks to ppisar[AT]redhat.com for major help see also https://rt.cpan.org/Ticket/Display.html?id=126899 TLS 1.3 support is not complete yet for session resume
28 lines
953 B
Makefile
28 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.125 2018/10/02 01:03:33 wen Exp $
|
|
|
|
DISTNAME= IO-Socket-SSL-2.060
|
|
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"
|