2005-03-08 23:37:12 +01:00
|
|
|
# Ports collection makefile for: pear-DB_ldap
|
|
|
|
# Date created: 08 March 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DB_ldap
|
2006-01-11 19:20:24 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2005-03-08 23:37:12 +01:00
|
|
|
CATEGORIES= databases net pear
|
|
|
|
|
2006-09-23 02:23:36 +02: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
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= DB
|
|
|
|
FILES= ldap.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-08 23:37:12 +01:00
|
|
|
.include <bsd.port.post.mk>
|