mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_QuickForm_Livesearch-0.4.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_QuickForm_Livesearch-0.4.1.tgz fetch: http://pear.php.net/get/HTML_QuickForm_Livesearch-0.4.1.tgz: size mismatch: expected 14844, actual 14318 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_QuickForm_Livesearch-0.4.1.tgz [1] Approved by: portmgr (blanket)
18 lines
517 B
Makefile
18 lines
517 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_QuickForm_Livesearch
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
|
|
${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX
|
|
RUN_DEPENDS:= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
|
|
${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|