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

19 lines
319 B
Makefile

COMMENT= record communication with an HTTP::Server::Simple
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTTP-Server-Simple-Recorder-0.03
CATEGORIES= www
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTTP-Server-Simple \
devel/p5-IO-Tee
TEST_DEPENDS=www/p5-Test-HTTP-Server-Simple
.include <bsd.port.mk>