2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
|
2006-11-06 08:56:29 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= perl implementation of XML-RPC
|
2006-11-06 08:56:29 -05:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2006-11-06 08:56:29 -05:00
|
|
|
DISTNAME= RPC-XML-0.59
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2007-01-14 15:49:05 -05:00
|
|
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= www/p5-libwww \
|
|
|
|
textproc/p5-XML-Parser
|
|
|
|
REGRESS_DEPENDS= www/mod_perl \
|
|
|
|
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>
|