mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
f4e1f3b974
PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_RPC2
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= net devel pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= XML-RPC client/server library
|
|
|
|
LICENSE= PHP301
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
|
|
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
|
|
RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
|
|
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
|
|
|
|
USE_PHP= curl
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|