diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-02-22 05:33:33 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-02-22 05:33:33 +0000 |
commit | 1dda29bd9104b78dd88d98b55a2a65ddcaeb6df2 (patch) | |
tree | 0d205f3035a15a25086954bc811d6f430b11d747 /devel | |
parent | 02176a81812beb41b121e54d3f6cfeb20f78f620 (diff) | |
download | pkgsrc-1dda29bd9104b78dd88d98b55a2a65ddcaeb6df2.tar.gz |
Add LICENSE=cc0-1.0-universal.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-use-ok/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-use-ok/Makefile b/devel/p5-Test-use-ok/Makefile index b400c8b05dd..adf59599ad4 100644 --- a/devel/p5-Test-use-ok/Makefile +++ b/devel/p5-Test-use-ok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/02/22 05:33:33 hiramatsu Exp $ DISTNAME= Test-use-ok-0.11 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-use-ok/ COMMENT= Alternative to Test::More::use_ok +LICENSE= cc0-1.0-universal USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/use/ok/.packlist |