1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/pear-DB_ldap2/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

19 lines
416 B
Makefile

# Created by: Wen heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= DB_ldap2
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= databases net pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= ldap
USES= pear
.include <bsd.port.mk>