diff options
author | obache <obache@pkgsrc.org> | 2011-08-12 09:07:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-12 09:07:06 +0000 |
commit | da2b6c184db97a69b3e9c83c5a0355ddfd9baf30 (patch) | |
tree | e295a50d60886487894b951ba93ec75a1c916d29 /textproc/p5-Encode-Locale | |
parent | be95fc255d9fdd0163ab1d1d19c028cf52aeb901 (diff) | |
download | pkgsrc-da2b6c184db97a69b3e9c83c5a0355ddfd9baf30.tar.gz |
Revision bump after updating perl to 5.14.1.
While here, remove CONFLICTS with libwww (no conflicts with both 5.x and 6.x).
Diffstat (limited to 'textproc/p5-Encode-Locale')
-rw-r--r-- | textproc/p5-Encode-Locale/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-Encode-Locale/Makefile b/textproc/p5-Encode-Locale/Makefile index 872207f9e8d..da3b1b79155 100644 --- a/textproc/p5-Encode-Locale/Makefile +++ b/textproc/p5-Encode-Locale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2011/07/14 21:47:34 spz Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/12 09:07:06 obache Exp $ DISTNAME= Encode-Locale-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Encode-Locale/ COMMENT= Determine the locale encoding for Encode LICENSE= ${PERL5_LICENSE} -CONFLICTS+= p5-libwww-[0-5]* - PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Encode/Locale/.packlist |