mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
78450f0a5d
With hat: portmgr-secretary
17 lines
375 B
Makefile
17 lines
375 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:devel/pear-XML_Parser
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|