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.
19 lines
568 B
Makefile
19 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.21 2019/06/30 20:14:16 nia Exp $
|
|
|
|
DISTNAME= JSON-MaybeXS-1.004000
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www perl5 converters
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/JSON-MaybeXS
|
|
COMMENT= Use Cpanel::JSON::XS with a fallback to JSON::PP
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Cpanel-JSON-XS-[0-9]*:../../converters/p5-Cpanel-JSON-XS
|
|
|
|
PERL5_PACKLIST= auto/JSON/MaybeXS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|