28 lines
1,002 B
Makefile
28 lines
1,002 B
Makefile
# $NetBSD: Makefile,v 1.27 2021/05/24 19:55:44 wiz Exp $
|
|
|
|
DISTNAME= LWP-Protocol-https-6.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/LWP-Protocol-https
|
|
COMMENT= Provide https support for LWP::UserAgent
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-libwww<6.02
|
|
|
|
DEPENDS+= p5-IO-Socket-SSL>=1.38:../../security/p5-IO-Socket-SSL
|
|
DEPENDS+= p5-Mozilla-CA>=20110101:../../security/p5-Mozilla-CA
|
|
TEST_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
|
|
# needed for tests (as LWP::UserAgent), but p5-libwww depends on this package
|
|
#TEST_DEPENDS+= p5-libwww>=6.06:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/LWP/Protocol/https/.packlist
|
|
|
|
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|