9278e6bd89
0.16 2019-02-19 08:42:44 PST - Update packaging to use Milla
20 lines
646 B
Makefile
20 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/11/20 12:07:18 mef Exp $
|
|
|
|
DISTNAME= Plack-Middleware-ReverseProxy-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Plack-Middleware-ReverseProxy
|
|
COMMENT= Plack middleware to support reverse proxy
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Plack/Middleware/ReverseProxy/.packlist
|
|
|
|
DEPENDS+= p5-Plack>=0.9988:../../www/p5-Plack
|
|
#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|