d5c846b3af
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.
25 lines
822 B
Makefile
25 lines
822 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/06/30 20:15:50 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CPAN-Meta-YAML-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-CPAN-Meta-YAML
|
|
COMMENT= Perl 5 module to validate the META.yml file in a distribution
|
|
LICENSE= artistic-2.0
|
|
|
|
BUILD_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=0.08:../../devel/p5-Test-Pod-Coverage
|
|
|
|
DEPENDS+= p5-Test-YAML-Valid>=0.03:../../devel/p5-Test-YAML-Valid
|
|
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
|
|
PERL5_PACKLIST= auto/Test/CPAN/Meta/YAML/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|