diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-02-15 21:19:08 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-02-15 21:19:08 +0000 |
commit | bad69ebe137e8675b6b4e2aa9b87686eec6609e2 (patch) | |
tree | d20a4cace3e176280323d00042663d490f9528d7 /devel | |
parent | a29e7380bba811d19f463008d6ebc1985d961d3d (diff) | |
download | pkgsrc-bad69ebe137e8675b6b4e2aa9b87686eec6609e2.tar.gz |
Add LICENSE=gnu-gpl-v2.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Trace/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Assertions/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Log-Trace/Makefile b/devel/p5-Log-Trace/Makefile index 8876dfde718..c0bda392e0f 100644 --- a/devel/p5-Log-Trace/Makefile +++ b/devel/p5-Log-Trace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/02/15 21:19:08 hiramatsu Exp $ # DISTNAME= Log-Trace-1.070 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Trace/ COMMENT= Perl 5 module providing a unified approach to tracing +LICENSE= gnu-gpl-v2 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Log/Trace/.packlist diff --git a/devel/p5-Test-Assertions/Makefile b/devel/p5-Test-Assertions/Makefile index eca9aefc83f..72d686e2869 100644 --- a/devel/p5-Test-Assertions/Makefile +++ b/devel/p5-Test-Assertions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/02/15 21:26:57 hiramatsu Exp $ # DISTNAME= Test-Assertions-1.054 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Assertions/ COMMENT= Perl 5 module prodiving building blocks for unit and runtime testing +LICENSE= gnu-gpl-v2 USE_TOOLS+= perl # for test target USE_LANGUAGES= # empty |