openbsd-ports/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile
2022-03-11 20:09:36 +00:00

17 lines
299 B
Makefile

COMMENT = removes body for HTTP response if it's not required
MODULES = cpan
PKG_ARCH = *
DISTNAME = Plack-Middleware-RemoveRedundantBody-0.09
CATEGORIES = www
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = www/p5-Plack
TEST_DEPENDS = www/p5-HTTP-Message
.include <bsd.port.mk>