pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/p5-BioPerl



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May  7 15:09:38 UTC 2017

Modified Files:
        pkgsrc/biology/p5-BioPerl: Makefile

Log Message:
Add following lines for make test
  BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
  BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/p5-BioPerl/Makefile

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

Modified files:

Index: pkgsrc/biology/p5-BioPerl/Makefile
diff -u pkgsrc/biology/p5-BioPerl/Makefile:1.1 pkgsrc/biology/p5-BioPerl/Makefile:1.2
--- pkgsrc/biology/p5-BioPerl/Makefile:1.1      Sun May  7 13:57:12 2017
+++ pkgsrc/biology/p5-BioPerl/Makefile  Sun May  7 15:09:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/05/07 13:57:12 mef Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/07 15:09:38 mef Exp $
 
 DISTNAME=      BioPerl-1.007001
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,10 @@ HOMEPAGE=    http://search.cpan.org/~cjfiel
 COMMENT=       Functional access to BioPerl for people who don't know objects
 LICENSE=       ${PERL5_LICENSE}
 
+# for make test
 BUILD_DEPENDS+=        p5-Data-Stag-[0-9]*:../../devel/p5-Data-Stag
+BUILD_DEPENDS+=        p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
+BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Bio/.packlist



Home | Main Index | Thread Index | Old Index