summaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC2/Makefile
blob: 9081bebb4435b2a6d294f8aa61f5d3c6df03209d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>