Index: head/databases/pear-DB_ldap2/Makefile =================================================================== --- head/databases/pear-DB_ldap2/Makefile (revision 487963) +++ head/databases/pear-DB_ldap2/Makefile (revision 487964) @@ -1,18 +1,20 @@ # Created by: Wen heping # $FreeBSD$ PORTNAME= DB_ldap2 PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= databases net pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database +LICENSE= LGPL3 + BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} -USE_PHP= ldap USES= pear php +USE_PHP= ldap .include