diff options
author | mef <mef@pkgsrc.org> | 2016-08-09 13:41:21 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-08-09 13:41:21 +0000 |
commit | a2711991c9f0e62e91806fb9d64fa41daa07d113 (patch) | |
tree | 5d5f922c4c7f89599632dceaea14b5c3dd8601a7 | |
parent | d64b9af090c604acb58b56ba08650a349a656124 (diff) | |
download | pkgsrc-a2711991c9f0e62e91806fb9d64fa41daa07d113.tar.gz |
Add BUILD_DEPENDS+= p5-CPAN-Meta-Check-[0-9]* for make test
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index c4f7a32df1a..ba5111cdddb 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/25 08:20:57 wen Exp $ +# $NetBSD: Makefile,v 1.31 2016/08/09 13:41:21 mef Exp $ DISTNAME= Getopt-Long-Descriptive-0.100 PKGNAME= p5-${DISTNAME} @@ -16,6 +16,7 @@ DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter #BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warnings>=0.005:../../devel/p5-Test-Warnings BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal +BUILD_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist |