diff options
author | martti <martti@pkgsrc.org> | 2001-11-22 09:11:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-22 09:11:08 +0000 |
commit | beee8e51c05f0e57fef98e3d80d78d5a180ef03e (patch) | |
tree | 47529565c371190b08913fa9536db6ec2a5aa053 /www/p5-libwww/Makefile | |
parent | 781920fb3a93f68a1e64ccac211d6981536af2dd (diff) | |
download | pkgsrc-beee8e51c05f0e57fef98e3d80d78d5a180ef03e.tar.gz |
Updated to version 5.61 (PR#14613). Changes since 5.53:
- Add HOMEPAGE
- Remove duplicate DEPENDS with p5-URI
- Add patch to avoid interactive questions
- new maintainer
- New Net::HTTPS module
- HTTP/1.1 and SSL supports
- More bugfixs in LWP::*
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 4608ecc5425..ee867174780 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.21 2001/10/18 15:20:52 veego Exp $ +# $NetBSD: Makefile,v 1.22 2001/11/22 09:11:08 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.53 +DISTNAME= libwww-perl-5.61 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://www.linpro.no/lwp/ COMMENT= perl5 library for WWW access DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI @@ -21,6 +21,6 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libwww-perl/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -n .include "../../mk/bsd.pkg.mk" |