2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
23 lines
724 B
Makefile
23 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/06/12 10:52:11 wiz Exp $
|
|
|
|
DISTNAME= Starlet-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/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>=0.15:../../net/p5-Test-TCP
|
|
DEPENDS+= p5-Parallel-Prefork>=0.13:../../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"
|