2004-02-25 00:40:39 +01:00
|
|
|
# Ports collection makefile for: pear-XML_RPC
|
|
|
|
# Date created: 4 October 2003
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_RPC
|
2004-03-21 14:08:15 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2004-02-25 00:40:39 +01:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= PHP implementation of the XML-RPC protocol
|
|
|
|
|
|
|
|
USE_PHP= yes
|
|
|
|
WANT_PHP_PEAR= yes
|
|
|
|
|
|
|
|
CATEGORY= XML
|
|
|
|
FILES= RPC.php RPC/Server.php
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${MKDIR} ${WRKSRC}/RPC
|
|
|
|
@${MV} ${WRKSRC}/Server.php ${WRKSRC}/RPC
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|