summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-String
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-19 19:25:24 +0000
committerwiz <wiz>2005-02-19 19:25:24 +0000
commitc1b4c776e25b757b2bc2615130476879d7d0cd64 (patch)
treea5e73a18cf361a6436e2832edc62609da6cfc567 /converters/p5-Unicode-String
parentabc18972c3e9204148d50bc761313ee693b8f244 (diff)
downloadpkgsrc-c1b4c776e25b757b2bc2615130476879d7d0cd64.tar.gz
Use CPAN HOMEPAGE, since it is more specific than unicode.org.
Diffstat (limited to 'converters/p5-Unicode-String')
-rw-r--r--converters/p5-Unicode-String/Makefile4
1 files changed, 2 insertions, 2 deletions
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