freebsd-ports/devel/pear-HTML_QuickForm_Livesearch/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

18 lines
563 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML_QuickForm_Livesearch
PORTVERSION= 0.4.1
CATEGORIES= devel www pear
MAINTAINER= ports@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:= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/HTML/AJAX.php:${PORTSDIR}/www/pear-HTML_AJAX
USES= pear
.include <bsd.port.mk>