mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
23 lines
483 B
Makefile
23 lines
483 B
Makefile
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
|
|
WWW= https://pecl.php.net/package/xmlrpc
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|