mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
14 lines
252 B
Makefile
14 lines
252 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_RPC
|
|
PORTVERSION= 1.5.5
|
|
CATEGORIES= net devel pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PHP implementation of the XML-RPC protocol
|
|
|
|
USE_PHP= xml
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|