Files
ports/databases/pear-DB_DataObject/Makefile
Thierry Thomas f1be70ca5f Upgrade to 1.7.2.
PR:		71166
Submitted by:	maintainer.
2004-08-30 21:09:18 +00:00

28 lines
763 B
Makefile

# New ports collection makefile for: pear-DB_DataObject
# Date created: 23 August 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
#
# $FreeBSD$
#
PORTNAME= DB_DataObject
PORTVERSION= 1.7.2
CATEGORIES= databases www pear
MAINTAINER= antonio@php.net
COMMENT= An SQL Builder, Object Interface to Database Tables
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= DB
FILES= DataObject.php DataObject/Cast.php DataObject/Error.php \
DataObject/Generator.php DataObject/createTables.php
DOCS= example.ini
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>