diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:16 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:16 +0800 |
commit | ba149cc56257a0651e70d1d540c26107fda347de (patch) | |
tree | dda83cfabd8aa2fbfa87c3844ea443c98c340e9f | |
parent | dns/p5-Net-DNS: Update to 1.38 (diff) |
net/pear-Net_LDAP2: Add LICENSE
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 9e32ce829746..209e31b0006a 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -7,6 +7,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= OO interface for searching and manipulating LDAP-entries WWW= https://pear.php.net/package/Net_LDAP2 +LICENSE= LGPL3 + USES= pear php USE_PHP= ldap |