aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/Makefile
blob: 91d34b60224c3b232ba0d13901e0a1b55d677380 (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
30
31
# New ports collection makefile for:	pear-MDB2_Driver_pgsql
# Date created:				07 Feb 2007
# Whom:					Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	MDB2_Driver_pgsql
PORTVERSION=	1.4.1
PORTREVISION=	1
CATEGORIES=	databases www pear

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

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	pgsql

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

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