2013-03-15 03:21:39 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-04-29 16:40:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBA_Relational
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Berkely-style database abstraction class
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-17 15:59:02 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2007-04-29 16:40:24 +02:00
|
|
|
|
2008-12-28 16:30:48 +01:00
|
|
|
PORTSCOUT= skipv:0.19
|
|
|
|
|
2013-03-15 03:21:39 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-04-29 16:40:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|