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

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

=> HTML_QuickForm2-2.0.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTML_QuickForm2-2.0.2.tgz
fetch: http://pear.php.net/get/HTML_QuickForm2-2.0.2.tgz: size mismatch: expected 179063, actual 181710

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

16 lines
390 B
Makefile

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= HTML_QuickForm2
PORTVERSION= 2.0.2
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PHP5 rewrite of the HTML_QuickForm package
BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
USES= pear
.include <bsd.port.mk>