summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-Map8/Makefile4
-rw-r--r--converters/p5-Unicode-String/Makefile4
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