2018-08-22 11:43:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2018/08/22 09:47:50 wiz Exp $
|
2014-11-24 14:35:17 +01:00
|
|
|
|
2018-02-28 10:07:38 +01:00
|
|
|
DISTNAME= Plack-Middleware-RemoveRedundantBody-0.07
|
2014-11-24 14:35:17 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 1
|
2014-11-24 14:35:17 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-ReverseProxy/
|
|
|
|
COMMENT= Removes body for HTTP response if it's not required
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Plack/Middleware/RemoveRedundantBody/.packlist
|
|
|
|
|
|
|
|
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|