openbsd-ports/net/p5-RPC-XML/Makefile

24 lines
490 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:54 espie Exp $
2006-11-06 08:56:29 -05:00
COMMENT= perl implementation of XML-RPC
2006-11-06 08:56:29 -05:00
MODULES= cpan
DISTNAME= RPC-XML-0.76
CATEGORIES= net devel
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2006-11-06 08:56:29 -05:00
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= www/p5-libwww \
textproc/p5-XML-Parser
2013-03-11 07:35:43 -04:00
TEST_DEPENDS= www/mod_perl \
devel/p5-DateTime-Format-ISO8601 \
2010-11-19 17:31:32 -05:00
devel/p5-Net-Server \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
2006-11-06 08:56:29 -05:00
.include <bsd.port.mk>