openbsd-ports/net/p5-RPC-XML/Makefile
2022-08-04 19:10:56 +00:00

19 lines
354 B
Makefile

COMMENT= perl implementation of XML-RPC
MODULES= cpan
PKG_ARCH= *
DISTNAME = RPC-XML-0.82
CATEGORIES= net devel
# Artistic
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-libwww \
textproc/p5-XML-Parser
TEST_DEPENDS= devel/p5-DateTime-Format-ISO8601 \
devel/p5-Net-Server \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>