mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e6b48082a4
Sponsored by: Netzkommune GmbH
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB_ldap2
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
|
|
|
|
USES= pear php
|
|
USE_PHP= ldap
|
|
|
|
.include <bsd.port.mk>
|