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

21 lines
373 B
Makefile

COMMENT = sets body for redirect response, if it's not already set
MODULES = cpan
PKG_ARCH = *
DISTNAME = Plack-Middleware-FixMissingBodyInRedirect-0.12
CATEGORIES = www
REVISION = 1
# Perl
PERMIT_PACKAGE = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/p5-HTML-Parser \
www/p5-Plack
TEST_DEPENDS = www/p5-HTTP-Message \
www/p5-Plack
.include <bsd.port.mk>