blob: 49ef59eef7571419234bf12ae1b70b25557ef8c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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>
|