2013-02-04 03:26:22 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2004-11-27 06:37:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= MDB2
|
2014-05-18 09:33:56 +02:00
|
|
|
DISTVERSION= 2.5.0b5
|
2004-11-27 06:37:07 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 16:58:04 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-11-27 06:37:07 +01:00
|
|
|
COMMENT= PEAR database abstraction layer
|
|
|
|
|
2007-02-08 08:38:43 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-02-04 03:26:22 +01:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-27 06:37:07 +01:00
|
|
|
|
2013-02-04 03:26:22 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-11-27 06:37:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-27 06:37:07 +01:00
|
|
|
.include <bsd.port.post.mk>
|