diff options
author | wiz <wiz> | 2001-12-30 13:49:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-30 13:49:38 +0000 |
commit | dd88e6f4a1ad72e4690dd582789aeda06cbb4241 (patch) | |
tree | 978e871ccdd8e64d26018a78a3f97051bd29f92a /www/p5-libwww | |
parent | 49ec97ead59d888695e44cb386de3c62fd6b7a8d (diff) | |
download | pkgsrc-dd88e6f4a1ad72e4690dd582789aeda06cbb4241.tar.gz |
Add p5-IO-Socket-SSL dependency. Bump to 5.63nb1. Closes pkg/15030.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index a699aa5c9b3..93179e1b808 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2001/12/15 10:12:40 martti Exp $ +# $NetBSD: Makefile,v 1.26 2001/12/30 13:49:38 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # DISTNAME= libwww-perl-5.63 PKGNAME= p5-${DISTNAME:S/-perl-/-/} +PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -17,6 +18,7 @@ DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libwww-perl/.packlist |