openbsd-ports/net/p5-RPC-XML/Makefile
2013-03-11 11:35:43 +00:00

24 lines
490 B
Makefile

# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:54 espie Exp $
COMMENT= perl implementation of XML-RPC
MODULES= cpan
DISTNAME= RPC-XML-0.76
CATEGORIES= net devel
USE_GROFF = Yes
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= www/p5-libwww \
textproc/p5-XML-Parser
TEST_DEPENDS= www/mod_perl \
devel/p5-DateTime-Format-ISO8601 \
devel/p5-Net-Server \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>