c9d26b5951
Upstream changes: 2.072 - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea by rovo89 in #101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too #108 - update public suffix database
28 lines
953 B
Makefile
28 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.134 2021/09/12 07:20:31 wen Exp $
|
|
|
|
DISTNAME= IO-Socket-SSL-2.072
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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.86:../../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"
|