pkgsrc/devel/p5-Test-Most/Makefile
schmonz fb6a19f15e Update to 0.34. From the changelog:
- Make compatible with the new Test::Builder (exodist - Chad Granum)
- Backwards-incompatible change: reftype no longer exported by
  default. See https://github.com/Ovid/test--most/issues/6 (reported
  by rjattril). This should not be noticed by most users
  (crosses-fingers).
- defer_plan() has long been deprecated and will be removed in a
  future release. This release carp()s if you try to call it.
2014-11-23 14:29:44 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2014/11/23 14:29:44 schmonz Exp $
#
DISTNAME= Test-Most-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Most/
COMMENT= Most commonly needed test functions and features
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Differences>=0.6100:../../devel/p5-Test-Differences
DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception
DEPENDS+= {perl>=5.14.2,p5-Test-Harness>=3.21}:../../devel/p5-Test-Harness
DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn
# recommended
DEPENDS+= p5-Data-Dumper-Names>=0.03:../../devel/p5-Data-Dumper-Names
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Most/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"