aboutsummaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC2/Makefile
blob: 2fbf56e1a567a8450d5e2862e792dd230f4eb2f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME=	XML_RPC2
PORTVERSION=	1.1.4
CATEGORIES=	net devel pear

MAINTAINER=	sunpoet@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}

USES=		pear php
USE_PHP=	curl

.include <bsd.port.mk>