From 29fed73a37128a11b65dee48978f3588cf2de433 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 15 Aug 2006 12:10:52 +0000 Subject: Update www/libwww-perl to 5.805nb1 Add DEPENDS for p5-Crypt-SSLeay to fix https:// URLs broken with update of security/p5-IO-Socket-SSL to 0.997 - behaviour was a null socket object returned in LWP::Agent which was a joy to track down. Remember: "hidden perl dependencies can expose you to perl code which may make your eyes bleed" --- www/p5-libwww/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'www/p5-libwww') diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 544c9d66340..38115e1c0a3 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2005/12/11 19:17:19 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/08/15 12:10:52 abs Exp $ DISTNAME= libwww-perl-5.805 PKGNAME= p5-${DISTNAME:S/-perl-/-/} +PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -10,13 +11,14 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ COMMENT= Perl5 library for WWW access -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Net>=1.09:../../net/p5-Net # for Net::FTP>=2.58 -DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser -DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay +DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Net>=1.09:../../net/p5-Net # for Net::FTP>=2.58 +DEPENDS+= p5-URI>=1.10:../../www/p5-URI +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 PKG_INSTALLATION_TYPES= overwrite pkgviews -- cgit v1.2.3