diff options
Diffstat (limited to 'www/p5-HTTP-Cookies/Makefile')
-rw-r--r-- | www/p5-HTTP-Cookies/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTTP-Cookies/Makefile b/www/p5-HTTP-Cookies/Makefile index 4bf94cb5b8e..0699e9e02f3 100644 --- a/www/p5-HTTP-Cookies/Makefile +++ b/www/p5-HTTP-Cookies/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/08/07 08:52:12 tron Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/12 09:25:48 obache Exp $ DISTNAME= HTTP-Cookies-6.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-Cookies/ COMMENT= HTTP cookie jars LICENSE= ${PERL5_LICENSE} -CONFLICTS+= p5-libwww-[0-5]* +CONFLICTS+= p5-libwww<6.00 PKG_DESTDIR_SUPPORT= user-destdir |