summaryrefslogtreecommitdiff
path: root/net/pecl-xmlrpc/Makefile
blob: 42cc259445c98e54c8a6b364921e4367c1943920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Derek Schrock <dereks@lifeofadishwasher.com>

PORTNAME=	xmlrpc
DISTVERSION=	1.0.0RC3
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	net pear

MAINTAINER=	dereks@lifeofadishwasher.com
COMMENT=	PHP extension for XML-RPC servers and clients

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

IGNORE_WITH_PHP=	74
USES=		iconv:translit gnome php:pecl pkgconfig
USE_PHP=	xml:build
USE_GNOME=	libxml2

CONFIGURE_ARGS+=	--with-iconv-dir=${LOCALBASE}

TEST_TARGET=	test
TEST_ENV=	NO_INTERACTION=yes

.include <bsd.port.mk>