diff options
author | obache <obache> | 2012-05-17 10:37:43 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-17 10:37:43 +0000 |
commit | c23701d189b431c3175b4133baf3766cd69c4e75 (patch) | |
tree | 52ddaab9c681d7a83c25cd8e55335456ab498a95 | |
parent | f665f6d11f2e6d325999b121808d36f9fa340c0e (diff) | |
download | pkgsrc-c23701d189b431c3175b4133baf3766cd69c4e75.tar.gz |
canonicalize MASTER_SITES and HOMEPAGE url.
-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 |