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

26 lines
547 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2008/07/25 18:10:24 merdely 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
2006-11-06 08:56:29 -05:00
DISTNAME= RPC-XML-0.59
CATEGORIES= net devel
2006-11-06 08:56:29 -05:00
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
RUN_DEPENDS= ::www/p5-libwww \
::textproc/p5-XML-Parser
REGRESS_DEPENDS= ::www/mod_perl \
::devel/p5-Net-Server \
2006-11-06 08:56:29 -05:00
::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>