summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_ibase/Makefile
blob: c2bc38863c266b9084872c7498a706a5700a0745 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   pear-MDB2_Driver_ibase
# Date created:        29 April 2007
# Whom:                Martin Wilke <miwi@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	MDB2_Driver_ibase
PORTVERSION=	1.4.1
CATEGORIES=	databases www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR ibase MDB2 driver

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

FILES=		MDB2/Driver/ibase.php \
		MDB2/Driver/Datatype/ibase.php \
		MDB2/Driver/Function/ibase.php \
		MDB2/Driver/Manager/ibase.php \
		MDB2/Driver/Native/ibase.php \
		MDB2/Driver/Reverse/ibase.php

TESTS=		MDB2_nonstandard_ibase.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>