freebsd-ports/www/pear-HTTP_Download/Makefile
Thierry Thomas 5f22d5f743 - Upgrade to to 1.0.0.
Changelog at <http://pear.php.net/package/HTTP_Download/download/1.0.0/>.

- fix dependencies.

PR:		ports/79312
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-04-02 22:13:15 +00:00

24 lines
649 B
Makefile

# Ports collection makefile for: pear-HTTP_Download
# Date created: 17 January 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Download
PORTVERSION= 1.0.0
CATEGORIES= www devel pear
MAINTAINER= antonio@php.net
COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Download.php Download/PgLOB.php Download/Archive.php
TESTS= send.php testcase.php data.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>