Files
ports/databases/pear-DB_ldap/Makefile
T
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

19 lines
415 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= DB_ldap
PORTVERSION= 1.2.1
CATEGORIES= databases net pear
MAINTAINER= miwi@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>