freebsd-ports/www/pear-HTTP_WebDAV_Client/Makefile
Sunpoet Po-Chuan Hsieh be0e6bf861 Update distinfo and unbreak this port
- While I'm here, fix indent

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

=> HTTP_WebDAV_Client-1.0.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTTP_WebDAV_Client-1.0.2.tgz
fetch: http://pear.php.net/get/HTTP_WebDAV_Client-1.0.2.tgz: size mismatch: expected 9000, actual 9158

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/HTTP_WebDAV_Client-1.0.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:47:16 +00:00

16 lines
370 B
Makefile

# Created by: Wen Heping<wenheping@gmail.com>
# $FreeBSD$
PORTNAME= HTTP_WebDAV_Client
PORTVERSION= 1.0.2
CATEGORIES= www devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= WebDAV Stream Wrapper Class
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
USES= pear
.include <bsd.port.mk>