pkgsrc/devel/p5-Test-Aggregate/Makefile
nia d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00

28 lines
988 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/06/30 20:15:49 nia Exp $
DISTNAME= Test-Aggregate-0.375
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-Aggregate
COMMENT= Aggregate *.t tests to make them run faster
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness
DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
# Recommends
DEPENDS+= p5-Data-Dump-Streamer>=1.11:../../devel/p5-Data-Dump-Streamer
DEPENDS+= p5-Perl-Tidy>=20060614:../../devel/p5-Perl-Tidy
#DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Most>=0.21:../../devel/p5-Test-Most
#BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test/Aggregate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"