openbsd-ports/www/p5-HTTP-Proxy/Makefile
2022-03-11 20:09:36 +00:00

18 lines
251 B
Makefile

COMMENT= pure Perl HTTP proxy
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTTP-Proxy-0.304
CATEGORIES= www
REVISION = 1
# Perl
PERMIT_PACKAGE= Yes
BUILD_DEPENDS = www/p5-libwww
RUN_DEPENDS = www/p5-libwww
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>