aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_ldap2/Makefile
blob: 1f7250a64a2d8a65e65e748164b232e3ec861720 (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=	miwi@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>