mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
da8d6be057
PR: 129949 Submitted by: jun <yamajun@ofug.net> Approved by: maintainer
55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# Ports collection makefile for: pear-XML_RPC2
|
|
# Date created: 11 September 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML_RPC2
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel pear
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= XML-RPC client/server library
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PHP= curl
|
|
|
|
FILES= XML/RPC2/Backend/Php/Value/Array.php \
|
|
XML/RPC2/Backend/Php/Value/Base64.php \
|
|
XML/RPC2/Backend/Php/Value/Boolean.php \
|
|
XML/RPC2/Backend/Php/Value/Datetime.php \
|
|
XML/RPC2/Backend/Php/Value/Double.php \
|
|
XML/RPC2/Backend/Php/Value/Integer.php \
|
|
XML/RPC2/Backend/Php/Value/Scalar.php \
|
|
XML/RPC2/Backend/Php/Value/String.php \
|
|
XML/RPC2/Backend/Php/Value/Struct.php \
|
|
XML/RPC2/Backend/Php/Client.php \
|
|
XML/RPC2/Backend/Php/Request.php \
|
|
XML/RPC2/Backend/Php/Response.php \
|
|
XML/RPC2/Backend/Php/Server.php \
|
|
XML/RPC2/Backend/Php/Value.php \
|
|
XML/RPC2/Backend/Xmlrpcext/Client.php \
|
|
XML/RPC2/Backend/Xmlrpcext/Server.php \
|
|
XML/RPC2/Backend/Xmlrpcext/Value.php \
|
|
XML/RPC2/Server/CallHandler/Class.php \
|
|
XML/RPC2/Server/CallHandler/Instance.php \
|
|
XML/RPC2/Server/CallHandler.php \
|
|
XML/RPC2/Server/Method.php \
|
|
XML/RPC2/Util/HTTPRequest.php \
|
|
XML/RPC2/Backend.php \
|
|
XML/RPC2/CachedClient.php \
|
|
XML/RPC2/CachedServer.php \
|
|
XML/RPC2/Client.php \
|
|
XML/RPC2/Exception.php \
|
|
XML/RPC2/Server.php \
|
|
XML/RPC2/Value.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|