diff options
Diffstat (limited to 'www/p5-Net-HTTP/Makefile')
-rw-r--r-- | www/p5-Net-HTTP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Net-HTTP/Makefile b/www/p5-Net-HTTP/Makefile index 9219c9b6758..019494fa69b 100644 --- a/www/p5-Net-HTTP/Makefile +++ b/www/p5-Net-HTTP/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/08/07 08:35:01 tron Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/12 09:25:47 obache Exp $ DISTNAME= Net-HTTP-6.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Net-HTTP/ COMMENT= Perl 5 module for low-level HTTP connections (client) LICENSE= ${PERL5_LICENSE} -CONFLICTS+= p5-libwww-[0-5]* +CONFLICTS+= p5-libwww<6.00 PKG_DESTDIR_SUPPORT= user-destdir |