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:
parent
4cf26145e8
commit
cfe16e6ca0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197209
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user