diff options
author | wiz <wiz> | 2005-02-19 19:25:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-19 19:25:24 +0000 |
commit | c1b4c776e25b757b2bc2615130476879d7d0cd64 (patch) | |
tree | a5e73a18cf361a6436e2832edc62609da6cfc567 /converters | |
parent | abc18972c3e9204148d50bc761313ee693b8f244 (diff) | |
download | pkgsrc-c1b4c776e25b757b2bc2615130476879d7d0cd64.tar.gz |
Use CPAN HOMEPAGE, since it is more specific than unicode.org.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index 8a2d10834ab..40a49f90636 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/20 11:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/19 19:25:24 wiz Exp $ # DISTNAME= Unicode-Map8-0.12 @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.unicode.org/ +HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/ COMMENT= Perl5 module providing mapping tables between charsets DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index f0debd40b43..37c3121212d 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/20 11:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/19 19:26:02 wiz Exp $ # DISTNAME= Unicode-String-2.07 @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.unicode.org/ +HOMEPAGE= http://search.cpan.org/dist/Unicode-String/ COMMENT= Perl5 modules to handle various Unicode issues DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 |