freebsd-ports/devel/pear-HTML_QuickForm/Makefile
Sunpoet Po-Chuan Hsieh 4063bb60cb Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> HTML_QuickForm-3.2.14.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTML_QuickForm-3.2.14.tgz
fetch: http://pear.php.net/get/HTML_QuickForm-3.2.14.tgz: size mismatch: expected 102600, actual 103993

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/HTML_QuickForm-3.2.14.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:34:06 +00:00

18 lines
434 B
Makefile

# Created by: Gerrit Beine (<gerrit@beine-computer.de>)
# $FreeBSD$
PORTNAME= HTML_QuickForm
PORTVERSION= 3.2.14
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Provide methods for creating, validating, and processing HTML forms
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
RUN_DEPENDS:= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
USES= pear
.include <bsd.port.mk>