freebsd-ports/databases/pear-DB_Sqlite_Tools/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
459 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DB_Sqlite_Tools
PORTVERSION= 0.1.7
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= an object oriented interface to backup Sqlite databases
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>