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
679 B
Makefile
21 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/06/30 20:17:27 nia Exp $
|
|
|
|
DISTNAME= Catalyst-View-Jemplate-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 11
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Catalyst-View-Jemplate
|
|
COMMENT= Jemplate view class for Catalyst
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.50:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
|
|
DEPENDS+= p5-Jemplate>=0.19:../../www/p5-Jemplate
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/View/Jemplate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|