mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
17 lines
399 B
Makefile
17 lines
399 B
Makefile
# Created by: Oleg Sharoiko <os@rsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MDB
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR unified API for DB access, based on user meta data
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|