ports/www/p5-Plack-Middleware-ReverseProxy/Makefile

18 lines
304 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = supports app to run as a reverse proxy backend
MODULES = cpan
PKG_ARCH = *
DISTNAME = Plack-Middleware-ReverseProxy-0.16
CATEGORIES = www
REVISION = 0
# same as perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = www/p5-Plack \
devel/p5-YAML
TEST_DEPENDS = devel/p5-Test-Base
.include <bsd.port.mk>