mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
- 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)
16 lines
390 B
Makefile
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>
|