- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_QuickForm_Renderer_Tableless-0.6.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_QuickForm_Renderer_Tableless-0.6.1.tgz fetch: http://pear.php.net/get/HTML_QuickForm_Renderer_Tableless-0.6.1.tgz: size mismatch: expected 6828, actual 6939 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_QuickForm_Renderer_Tableless-0.6.1.tgz [1] Approved by: portmgr (blanket)
16 lines
424 B
Makefile
16 lines
424 B
Makefile
# Created by: Chris St Denis <chris@smartt.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_QuickForm_Renderer_Tableless
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= chris@smartt.com
|
|
COMMENT= Implementation of Tableless Renderer for HTML_QuickForm
|
|
|
|
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>
|