From d9c82d69061f3f431fee6a96b272f6e4002811cc Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Fri, 21 Dec 2018 08:59:10 +0000 Subject: [PATCH] - Add LICENSE - pet portlint Sponsored by: Netzkommune GmbH --- databases/pear-DB_ldap2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile index 388334bf0007..a3eb6d0f0738 100644 --- a/databases/pear-DB_ldap2/Makefile +++ b/databases/pear-DB_ldap2/Makefile @@ -9,10 +9,12 @@ 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