c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
23 lines
642 B
Makefile
23 lines
642 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.1.4
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class to send HTTP downloads
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
FILES= HTTP/Download.php HTTP/Download/PgLOB.php HTTP/Download/Archive.php
|
|
TESTS= send.php data.txt AllTests.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|