be0e6bf861
- 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)
16 lines
370 B
Makefile
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>
|