1991fa4cda
PR: 166969 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
723 B
Makefile
24 lines
723 B
Makefile
# Ports collection makefile for: pear-MDB_QueryTool
|
|
# Date created: 03 March 2005
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MDB_QueryTool
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
|
RUN_DEPENDS:= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|