6631beffbd
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
22 lines
562 B
Makefile
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>
|