summaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC/Makefile
blob: f8a185846ee021cd61f835a36388854fecfd5dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by: Alex Dupre <ale@FreeBSD.org>

PORTNAME=	XML_RPC
PORTVERSION=	1.5.5
CATEGORIES=	net devel pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP implementation of the XML-RPC protocol

USE_PHP=	xml
USES=		pear php

.include <bsd.port.mk>