aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_ldap/Makefile
blob: 0a4cf5344e0c6cf4bb0847ccb03a3db45ed54c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$

PORTNAME=	DB_ldap
PORTVERSION=	1.2.1
CATEGORIES=	databases net pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR DB compliant interface to LDAP servers

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

USES=		pear

.include <bsd.port.mk>