- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-05-13 14:38:31 +00:00
parent 5db1de0df4
commit d6c798267f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318095

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: HTML_QuickForm_Renderer_Tableless
# Date created: 25 October 2010
# Whom: Chris St Denis <chris@smartt.com>
#
# Created by: Chris St Denis <chris@smartt.com>
# $FreeBSD$
#
PORTNAME= HTML_QuickForm_Renderer_Tableless
PORTVERSION= 0.6.1
@ -13,14 +9,9 @@ MAINTAINER= chris@smartt.com
COMMENT= Implementation of Tableless Renderer for HTML_QuickForm
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
FILES= HTML/QuickForm/Renderer/Tableless.php
_EXAMPLESDIR= docs/examples
EXAMPLES= contact.php
DATA= stylesheet.css
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"