2005-01-19 11:42:15 +01:00
|
|
|
# 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
|
2007-12-19 09:32:43 +01:00
|
|
|
PORTVERSION= 1.1.3
|
2005-01-19 11:42:15 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2007-05-03 09:47:07 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-01-19 11:42:15 +01:00
|
|
|
COMMENT= PEAR class to send HTTP downloads
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= HTTP
|
2005-02-09 22:33:36 +01:00
|
|
|
FILES= Download.php Download/PgLOB.php Download/Archive.php
|
2005-01-19 11:42:15 +01:00
|
|
|
TESTS= send.php testcase.php data.txt
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-01-19 11:42:15 +01:00
|
|
|
.include <bsd.port.post.mk>
|