freebsd-ports/databases/pear-MDB_QueryTool/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
496 B
Makefile

# Created by: 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:databases/pear-MDB \
${PEARDIR}/Log/null.php:sysutils/pear-Log
RUN_DEPENDS:= ${PEARDIR}/MDB.php:databases/pear-MDB \
${PEARDIR}/Log/null.php:sysutils/pear-Log
USES= pear
.include <bsd.port.mk>