4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
16 lines
371 B
Makefile
16 lines
371 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
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|