aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_QueryTool/Makefile
blob: 9278029a11005966d05fcc7bc8e8d4ffc61d7101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=   DB_QueryTool
PORTVERSION=    1.1.2
CATEGORIES= databases www pear

MAINTAINER= joneum@bsdproject.de
COMMENT=    PEAR OO-interface for easily retrieving and modifying data in a DB

BUILD_DEPENDS=  ${PEARDIR}/DB.php:databases/pear-DB \
        ${PEARDIR}/Log/null.php:sysutils/pear-Log
RUN_DEPENDS=    ${PEARDIR}/DB.php:databases/pear-DB \
        ${PEARDIR}/Log/null.php:sysutils/pear-Log

USES=   pear

.include <bsd.port.mk>