2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-03-04 22:09:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DB_QueryTool
|
2008-01-12 14:42:35 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2005-03-04 22:09:54 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 17:47:47 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-03-04 22:09:54 +01:00
|
|
|
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
2007-06-11 16:17:09 +02:00
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2013-03-17 09:16:18 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2005-03-04 22:09:54 +01:00
|
|
|
|
2013-03-17 09:16:18 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-03-04 22:09:54 +01:00
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2005-03-04 22:09:54 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-04 22:09:54 +01:00
|
|
|
.include <bsd.port.post.mk>
|