pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Sub-Info



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 18 13:59:32 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Sub-Info: Makefile

Log Message:
Add following lines for make test
  # for make test
  BUILD_DEPENDS+=        p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
  BUILD_DEPENDS+=        p5-Importer-[0-9]*:../../devel/p5-Importer


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Sub-Info/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-Sub-Info/Makefile
diff -u pkgsrc/devel/p5-Sub-Info/Makefile:1.1 pkgsrc/devel/p5-Sub-Info/Makefile:1.2
--- pkgsrc/devel/p5-Sub-Info/Makefile:1.1       Mon Mar 20 12:24:26 2017
+++ pkgsrc/devel/p5-Sub-Info/Makefile   Tue Apr 18 13:59:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/03/20 12:24:26 mef Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/18 13:59:32 mef Exp $
 
 DISTNAME=      Sub-Info-0.002
 PKGNAME=       p5-${DISTNAME}
@@ -10,6 +10,10 @@ HOMEPAGE=    http://search.cpan.org/CPAN/au
 COMMENT=       Tool to inspect subroutines
 LICENSE=       ${PERL5_LICENSE}
 
+# for make test
+BUILD_DEPENDS+=        p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Importer-[0-9]*:../../devel/p5-Importer
+
 PERL5_PACKLIST=        auto/Sub/Info/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index