blob: c212a6886278791eae7f91f7f8cfe6f073aed60b (
plain)
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= 1
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>
|