21 lines
427 B
Makefile
21 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.13 2015/08/17 07:04:16 benoit Exp $
|
|
|
|
COMMENT= perl implementation of XML-RPC
|
|
|
|
MODULES= cpan
|
|
DISTNAME = RPC-XML-0.79
|
|
CATEGORIES= net devel
|
|
|
|
# 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>
|