blob: 9ac369913f7087a85fa616981a0e08337077b7bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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>
|