diff options
author | obache <obache@pkgsrc.org> | 2012-05-17 10:37:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-17 10:37:43 +0000 |
commit | 21c7fcfc7f143754bdce77c8722f8ffebda7ca5d (patch) | |
tree | 52ddaab9c681d7a83c25cd8e55335456ab498a95 /textproc | |
parent | ef6b26c30f7fcff128c94e5f82f931adb1113c61 (diff) | |
download | pkgsrc-21c7fcfc7f143754bdce77c8722f8ffebda7ca5d.tar.gz |
canonicalize MASTER_SITES and HOMEPAGE url.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 6331c1a1c18..d1be7f273b2 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2012/05/17 10:32:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/05/17 10:37:43 obache Exp $ DISTNAME= Unicode-LineBreak-2012.02 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= perl5 textproc -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEZUMI/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= bouyer@NetBSD.org COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak -HOMEPAGE= http://search.cpan.org/~nezumi/Unicode-LineBreak-2012.02/ +HOMEPAGE= http://search.cpan.org/dist/Unicode-LineBreak/ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset |