pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/p5-BioPerl Add following lines for make test



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c65a0f611bf2
branches:  trunk
changeset: 362171:c65a0f611bf2
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 07 15:09:38 2017 +0000

description:
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

diffstat:

 biology/p5-BioPerl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ad33675aeb68 -r c65a0f611bf2 biology/p5-BioPerl/Makefile
--- a/biology/p5-BioPerl/Makefile       Sun May 07 13:59:16 2017 +0000
+++ b/biology/p5-BioPerl/Makefile       Sun May 07 15:09:38 2017 +0000
@@ -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 @@
 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