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.
21 lines
639 B
Makefile
21 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/06/30 20:17:45 nia Exp $
|
|
|
|
DISTNAME= Template-Plugin-Subst-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 9
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Template-Plugin-Subst
|
|
COMMENT= Substitution functionality for Template Toolkit templates
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Template/Plugin/Subst/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|