2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2020/08/31 18:08:58 wiz Exp $
|
2009-04-29 21:37:57 +02:00
|
|
|
|
2017-02-25 14:58:54 +01:00
|
|
|
DISTNAME= Test-Aggregate-0.375
|
2014-02-23 12:20:28 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 4
|
2009-04-29 21:37:57 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Test-Aggregate
|
2009-04-29 21:37:57 +02:00
|
|
|
COMMENT= Aggregate *.t tests to make them run faster
|
2009-10-25 12:36:32 +01:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2009-04-29 21:37:57 +02:00
|
|
|
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness
|
2009-04-29 21:37:57 +02:00
|
|
|
DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
2009-10-25 12:36:32 +01:00
|
|
|
|
|
|
|
# Recommends
|
2009-04-29 21:37:57 +02:00
|
|
|
DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer
|
2009-10-25 12:36:32 +01:00
|
|
|
DEPENDS+= p5-Perl-Tidy>=20060614:../../devel/p5-Perl-Tidy
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
2009-04-29 21:37:57 +02:00
|
|
|
|
2019-11-03 11:15:49 +01:00
|
|
|
BUILD_DEPENDS+= p5-Test-Most>=0.21:../../devel/p5-Test-Most
|
2015-07-12 20:56:06 +02:00
|
|
|
#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
2009-04-29 21:37:57 +02:00
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Test/Aggregate/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|