91a1caa242
Hope to see you back! Thank for all the work!
16 lines
396 B
Makefile
16 lines
396 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= ports@FreeBSD.org
|
|
COMMENT= PEAR DB compliant interface to LDAP servers
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|