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.
19 lines
562 B
Makefile
19 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.32 2019/06/30 20:17:19 nia Exp $
|
|
|
|
DISTNAME= Apache-SSI-2.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Apache-SSI
|
|
COMMENT= Perl5 module to implement Server Side Includes
|
|
|
|
DEPENDS+= p5-HTML-SimpleParse>=0.06:../../www/p5-HTML-SimpleParse
|
|
|
|
PERL5_PACKLIST= auto/Apache/SSI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../www/ap2-perl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|