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

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

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

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

USE_PHP=	ldap
USES=		pear

.include <bsd.port.mk>