pkgsrc/www/p5-Starlet/Makefile
nia d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
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.
2019-06-30 20:14:13 +00:00

23 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.21 2019/06/30 20:17:44 nia Exp $
DISTNAME= Starlet-0.31
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Starlet
COMMENT= Perl 5 Plack based standalone HTTP/1.0 server
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Starlet/.packlist
BUILD_DEPENDS+= p5-Test-TCP>=2.10:../../net/p5-Test-TCP
DEPENDS+= p5-Parallel-Prefork>=0.17:../../devel/p5-Parallel-Prefork
DEPENDS+= p5-Plack>=0.992:../../www/p5-Plack
DEPENDS+= p5-Server-Starter>=0.06:../../sysutils/p5-Server-Starter
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"