diff options
author | wiz <wiz> | 2013-07-09 21:39:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-09 21:39:32 +0000 |
commit | 1f137fc3bdba80117d37d93063ab57efc13ffebf (patch) | |
tree | 31e62738d1cf1d65bef4d8c245f4aa3efe2da18a | |
parent | 5e0bfec8d338dd0a426b34688f149e63ed387a9e (diff) | |
download | pkgsrc-1f137fc3bdba80117d37d93063ab57efc13ffebf.tar.gz |
Add license, now that it's in pkgsrc.
-rw-r--r-- | converters/p5-Unicode-EastAsianWidth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Unicode-EastAsianWidth/Makefile b/converters/p5-Unicode-EastAsianWidth/Makefile index 02479f0d3a1..ac456fa448f 100644 --- a/converters/p5-Unicode-EastAsianWidth/Makefile +++ b/converters/p5-Unicode-EastAsianWidth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/07/04 15:58:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/09 21:39:32 wiz Exp $ DISTNAME= Unicode-EastAsianWidth-1.33 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Unicode-EastAsianWidth/ COMMENT= Perl5 module that provides properties of East Asian characters -#LICENSE= cc0-1.0 +LICENSE= cc0-1.0-universal PERL5_PACKLIST= auto/Unicode/EastAsianWidth/.packlist |