ports/net/pecl-xmlrpc/Makefile
Muhammad Moinur Rahman 0b811a20f7 */*php*: Final cleanup for php74
Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:45:09 -06:00

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>