freebsd-ports/databases/pear-DB_DataObject_FormBuilder/Makefile
Pav Lucistnik 1018578cfd - Update to 0.11.2
- Fix dependencies

PR:		ports/77382
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-02-12 22:45:38 +00:00

38 lines
1.1 KiB
Makefile

# New ports collection makefile for: pear-DB_DataObject_FormBuilder
# Date created: 24 August 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
#
# $FreeBSD$
#
PORTNAME= DB_DataObject_FormBuilder
PORTVERSION= 0.11.2
CATEGORIES= databases www pear
MAINTAINER= antonio@php.net
COMMENT= Automatically build HTML_QuickForm objects using DB_DataObject
BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm \
${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject
RUN_DEPENDS= ${BUILD_DEPENDS}
LATEST_LINK= pear-DB_DataObject_FormBuilder
OPTIONS= PEAR_DATE "PEAR::Date support" off \
PEAR_HTML_TABLE "PEAR::HTML_Table support" off
USE_PHP= yes
CATEGORY= DB/DataObject
FILES= FormBuilder.php FormBuilder/QuickForm.php FormBuilder/QuickForm/ElementTable.php
.if defined(WITH_PEAR_DATE)
RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
.endif
.if defined(WITH_PEAR_HTML_TABLE)
RUN_DEPENDS+= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table
.endif
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>