freebsd-ports/net/pear-XML_RPC/Makefile
Sunpoet Po-Chuan Hsieh cecec105ab Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> XML_RPC-1.5.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/XML_RPC-1.5.5.tgz
fetch: http://pear.php.net/get/XML_RPC-1.5.5.tgz: size mismatch: expected 31862, actual 32202

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/XML_RPC-1.5.5.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:43:21 +00:00

14 lines
258 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML_RPC
PORTVERSION= 1.5.5
CATEGORIES= net devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PHP implementation of the XML-RPC protocol
USE_PHP= xml
USES= pear php
.include <bsd.port.mk>