freebsd-ports/databases/pear-DB_ldap2/Makefile
Pav Lucistnik 94bf6c3617 PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
PR:		ports/78599
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-03-08 22:37:12 +00:00

23 lines
552 B
Makefile

# 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
PORTVERSION= 1.1.0
CATEGORIES= databases net pear
MAINTAINER= antonio@php.net
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>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>