aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_ldap2/Makefile
blob: 2385b4d43b7394c5bdd486bb4f0807afea416144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.2.0
CATEGORIES= databases net pear

MAINTAINER= wenheping@gmail.com
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/bsd.pear.mk"
.include <bsd.port.post.mk>