mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
14 lines
247 B
Makefile
14 lines
247 B
Makefile
# 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>
|