aaa1885833
ok jasper@
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:43 ajacoutot Exp $
|
|
|
|
COMMENT= perl implementation of XML-RPC
|
|
|
|
MODULES= cpan
|
|
DISTNAME= RPC-XML-0.59
|
|
REVISION= 0
|
|
CATEGORIES= net devel
|
|
USE_GROFF = Yes
|
|
|
|
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 \
|
|
devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|