2014-03-29 09:44:09 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plack-Middleware-RemoveRedundantBody
|
2019-07-18 01:46:54 +02:00
|
|
|
PORTVERSION= 0.09
|
2014-03-29 09:44:09 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Sets removes body for HTTP response if it is not required
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-03-29 09:44:09 +01:00
|
|
|
LICENSE_COMB= dual
|
2017-09-26 17:55:51 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2014-03-29 09:44:09 +01:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Plack>=0:www/p5-Plack
|
2016-04-01 16:33:55 +02:00
|
|
|
TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message
|
2014-03-29 09:44:09 +01:00
|
|
|
|
|
|
|
USES= perl5
|
2019-07-18 01:46:54 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2014-03-29 09:44:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|