ee90ac1f7f
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_QuickForm_Controller-1.0.10.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_QuickForm_Controller-1.0.10.tgz fetch: http://pear.php.net/get/HTML_QuickForm_Controller-1.0.10.tgz: size mismatch: expected 18142, actual 18330 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_QuickForm_Controller-1.0.10.tgz [1] Approved by: portmgr (blanket)
18 lines
447 B
Makefile
18 lines
447 B
Makefile
# Created by: Dmitry Karasik (<dk@catpipe.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_QuickForm_Controller
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= The add-on to HTML_QuickForm that allows building of multipage forms
|
|
|
|
LICENSE= PHP301
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|