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
542 B
Makefile
19 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/06/30 20:16:48 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Encode-EUCJPASCII-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Encode-EUCJPASCII
|
|
COMMENT= eucJP-ascii - An eucJP-open mapping
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Encode/EUCJPASCII/.packlist
|
|
|
|
.include "../../textproc/p5-Encode/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|