21 lines
427 B
Makefile
Raw Normal View History

2015-08-17 07:04:16 +00:00
# $OpenBSD: Makefile,v 1.13 2015/08/17 07:04:16 benoit Exp $
2006-11-06 13:56:29 +00:00
COMMENT= perl implementation of XML-RPC
2006-11-06 13:56:29 +00:00
MODULES= cpan
2015-08-17 07:04:16 +00:00
DISTNAME = RPC-XML-0.79
CATEGORIES= net devel
2006-11-06 13:56:29 +00:00
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 22:31:32 +00:00
RUN_DEPENDS= www/p5-libwww \
textproc/p5-XML-Parser
2013-03-11 11:35:43 +00:00
TEST_DEPENDS= www/mod_perl \
devel/p5-DateTime-Format-ISO8601 \
2010-11-19 22:31:32 +00:00
devel/p5-Net-Server \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
2006-11-06 13:56:29 +00:00
.include <bsd.port.mk>