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

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

=> HTTP_Download-1.1.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTTP_Download-1.1.4.tgz
fetch: http://pear.php.net/get/HTTP_Download-1.1.4.tgz: size mismatch: expected 14571, actual 14777

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/HTTP_Download-1.1.4.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:46:40 +00:00

16 lines
389 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
CATEGORIES= www devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
USES= pear
.include <bsd.port.mk>