1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Add the missing php extension (xml).

PR:		ports/115207
Submitted by:	chinsan
Approved by:	miwi (maintainer), rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-08-06 12:12:14 +00:00
parent 4cf26145e8
commit cfe16e6ca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197209
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= XML_RPC
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= net devel pear
MAINTAINER= miwi@FreeBSD.org
@ -15,6 +16,8 @@ COMMENT= PHP implementation of the XML-RPC protocol
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= xml
CATEGORY= XML
FILES= RPC.php RPC/Server.php RPC/Dump.php
TESTS= allgot.inc empty-value-struct.php empty-value.php \

View File

@ -7,6 +7,7 @@
PORTNAME= XML_RPC
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= net devel pear
MAINTAINER= miwi@FreeBSD.org
@ -15,6 +16,8 @@ COMMENT= PHP implementation of the XML-RPC protocol
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= xml
CATEGORY= XML
FILES= RPC.php RPC/Server.php RPC/Dump.php
TESTS= allgot.inc empty-value-struct.php empty-value.php \