2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-03-08 23:37:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DB_ldap
|
2012-01-14 17:32:36 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2005-03-08 23:37:12 +01:00
|
|
|
CATEGORIES= databases net pear
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-08 23:37:12 +01:00
|
|
|
COMMENT= PEAR DB compliant interface to LDAP servers
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
2013-03-17 15:59:02 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
2005-03-08 23:37:12 +01:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
USES= pear
|
2005-03-08 23:37:12 +01:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
.include <bsd.port.mk>
|