2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Wen heping <wenheping@gmail.com>
|
2005-03-08 23:37:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-04-17 19:41:56 +02:00
|
|
|
PORTNAME= DB_ldap2
|
2010-11-04 11:00:04 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2011-02-25 02:32:17 +01:00
|
|
|
PORTREVISION= 1
|
2005-03-08 23:37:12 +01:00
|
|
|
CATEGORIES= databases net pear
|
|
|
|
|
2009-08-22 23:32:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2008-04-17 19:41:56 +02:00
|
|
|
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
|
2005-03-08 23:37:12 +01:00
|
|
|
|
|
|
|
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
|
2008-04-17 19:41:56 +02:00
|
|
|
|
2010-11-04 11:00:04 +01:00
|
|
|
USE_PHP= ldap
|
2013-05-31 16:46:26 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2010-11-04 11:00:04 +01:00
|
|
|
|
2005-03-08 23:37:12 +01:00
|
|
|
.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>
|