diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-04 06:01:59 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-04 06:01:59 +0000 |
commit | ba76a07387f7dac6a8f254448481b177d19bd47a (patch) | |
tree | 9dafb55f07e923982ae4c3a33e992e4bc3c461cc /www | |
parent | 388151c017989bd1bcfdfa1a148155f08ade2931 (diff) | |
download | pkgsrc-ba76a07387f7dac6a8f254448481b177d19bd47a.tar.gz |
Add dependency to required packages p5-IO-Socket-SSL and p5-Mozilla-CA.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-Protocol-https/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index f19c4044810..1a63269c4df 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2011/08/12 09:25:47 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/04 06:01:59 hiramatsu Exp $ DISTNAME= LWP-Protocol-https-6.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -13,6 +13,9 @@ LICENSE= ${PERL5_LICENSE} CONFLICTS+= p5-libwww<6.02 +DEPENDS+= p5-IO-Socket-SSL>=1.38:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Mozilla-CA:../../security/p5-Mozilla-CA + PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty |