freebsd-ports/databases/pear-DB_ldap2/Makefile

19 lines
426 B
Makefile
Raw Normal View History

PORTNAME= DB_ldap2
2010-11-04 11:00:04 +01:00
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= databases net pear
2021-05-22 17:45:57 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
WWW= https://pear.php.net/package/DB_ldap2
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
2010-11-04 11:00:04 +01:00
.include <bsd.port.mk>