blob: fd7b9f63f44eb5b8ce99c0c3db4cb8ad661fc81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Ports collection makefile for: pear-XML_RPC
# Date created: 7 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML_RPC
PORTVERSION= 1.5.4
CATEGORIES= net devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP implementation of the XML-RPC protocol
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= xml
PEAR_CATSRC= yes
CATEGORY= XML
FILES= RPC.php RPC/Server.php RPC/Dump.php
TESTS= allgot.inc empty-value-struct.php empty-value.php \
extra-lines.php protoport.php test_Dump.php types.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|