freebsd-ports/databases/pear-DB_ldap/Makefile
2021-05-23 00:20:48 +08:00

17 lines
406 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= DB_ldap
PORTVERSION= 1.2.1
CATEGORIES= databases net pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP servers
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>