diff options
author | adam <adam> | 2011-08-06 14:41:11 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-06 14:41:11 +0000 |
commit | c288ce26af156ef9be9a81b0b021b8982273f993 (patch) | |
tree | 37b54202a9d3f7935ba94427f877055ebd75d8dc /converters | |
parent | 3878d6706cc1a93e6e19c18e8df5068f6669bd5c (diff) | |
download | pkgsrc-c288ce26af156ef9be9a81b0b021b8982273f993.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-MapUTF8/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-Unicode-UTF8simple/Makefile | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile index 527b2069446..7087e1edfc0 100644 --- a/converters/p5-Unicode-MapUTF8/Makefile +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:32:51 seb Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/06 14:41:11 adam Exp $ DISTNAME= Unicode-MapUTF8-1.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/ +HOMEPAGE= http://search.cpan.org/dist/Unicode-MapUTF8/ COMMENT= Provides conversions for arbitrary character sets and UTF8 +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile index cb84a1f8e58..3af1b701c41 100644 --- a/converters/p5-Unicode-UTF8simple/Makefile +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:32:51 seb Exp $ -# +# $NetBSD: Makefile,v 1.6 2011/08/06 14:42:14 adam Exp $ DISTNAME= Unicode-UTF8simple-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~gus/Unicode-UTF8simple-1.06/ +HOMEPAGE= http://search.cpan.org/~gus/Unicode-UTF8simple/ COMMENT= Conversions to/from UTF8 from/to charactersets PKG_DESTDIR_SUPPORT= user-destdir |