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
698 B
Makefile
21 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/06/30 20:17:36 nia Exp $
|
|
|
|
DISTNAME= HTTP-Server-Simple-Kwiki-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/HTTP-Server-Simple-Kwiki
|
|
COMMENT= Standalone HTTP server for Kwiki
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/HTTP/Server/Simple/Kwiki/.packlist
|
|
|
|
DEPENDS+= p5-HTTP-Server-Simple-Static-[0-9]*:../../www/p5-HTTP-Server-Simple-Static
|
|
DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
|
|
DEPENDS+= p5-Kwiki-[0-9]*:../../www/p5-Kwiki
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|