freebsd-ports/devel/pear-HTML_QuickForm_Livesearch/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00

27 lines
830 B
Makefile

# Ports collection makefile for: pear-HTML_QuickForm_Livesearch
# Date created: 01 Mai 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML_QuickForm_Livesearch
PORTVERSION= 0.4.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search.
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
CATEGORY= HTML/QuickForm
FILES= live.js livesearch_select.php
EXAMPLES= auto_server.php index.php live.js livesearch.class.php \
myfunction.php shadow.gif shadowAlpha.png style.css
_EXAMPLESDIR= docs/example
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>