pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Memory-Cycle



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Nov 20 13:04:31 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test-Memory-Cycle: Makefile

Log Message:
(devel/p5-Test-Memory-Cycle) Add three two TEST_DEPENDS, Add LICENSE


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-Memory-Cycle/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Test-Memory-Cycle/Makefile
diff -u pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.23 pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.24
--- pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.23     Sun Aug 11 13:20:33 2019
+++ pkgsrc/devel/p5-Test-Memory-Cycle/Makefile  Wed Nov 20 13:04:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/08/11 13:20:33 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/20 13:04:30 mef Exp $
 
 DISTNAME=              Test-Memory-Cycle-1.06
 PKGNAME=               p5-${DISTNAME}
@@ -9,10 +9,13 @@ MASTER_SITES=         ${MASTER_SITE_PERL_CPAN:=
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Test-Memory-Cycle
 COMMENT=               Check for memory leaks and circular memory references
+LICENSE=               artistic-2.0
 
 DEPENDS+=              p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
-# for make test
-BUILD_DEPENDS+=                p5-CGI-[0-9]*:../../www/p5-CGI
+
+TEST_DEPENDS+=         p5-CGI-[0-9]*:../../www/p5-CGI
+TEST_DEPENDS+=         p5-Test-Pod-Coverage>1.04:../../devel/p5-Test-Pod-Coverage
+TEST_DEPENDS+=         p5-Test-Pod>1.14:../../devel/p5-Test-Pod
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/Memory/Cycle/.packlist



Home | Main Index | Thread Index | Old Index