Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.15 2014/05/29 23:38:11 wiz Exp $
# $NetBSD: Makefile,v 1.17 2015/06/12 10:52:07 wiz Exp $
DISTNAME= LWP-Protocol-https-6.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
@@ -15,11 +15,13 @@ 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
# needed for tests, but p5-libwww depends on this package
# needed for tests (as LWP::UserAgent), but p5-libwww depends on this package
#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"