summaryrefslogtreecommitdiff
path: root/databases/pear-DB_ldap2/Makefile
blob: 7a751d37654f480f63efcc74481b14851676127d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen heping <wenheping@gmail.com>

PORTNAME=	DB_ldap2
PORTVERSION=	0.5.1
PORTREVISION=	1
CATEGORIES=	databases net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR DB compliant interface to LDAP v2 and v3 database

LICENSE=	LGPL3

BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}

USES=		pear php
USE_PHP=	ldap

.include <bsd.port.mk>