freebsd-ports/net/pear-XML_RPC2/Makefile
Jochen Neumeister 6631beffbd Update to 1.1.4
Changelog:
 - Don't include the full stacktrace of the original exception in the message of the CurlException
 - Explicitly cast to integer before adding one

Sponsored by:	Netzkommune
2018-09-05 16:44:59 +00:00

22 lines
562 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML_RPC2
PORTVERSION= 1.1.4
CATEGORIES= net devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= XML-RPC client/server library
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
USE_PHP= curl
USES= pear
.include <bsd.port.mk>