1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

net/rubygem-net-ldap017: Add rubygem-net-ldap017 0.17.1 (copied from rubygem-net-ldap)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2023-04-10 04:39:13 +08:00
parent 77dba4bd22
commit 6f6cddd595
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -1320,6 +1320,7 @@
SUBDIR += rubygem-mqtt
SUBDIR += rubygem-nats-pure
SUBDIR += rubygem-net-ldap
SUBDIR += rubygem-net-ldap017
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-net-ntp
SUBDIR += rubygem-net-ping

View File

@ -0,0 +1,20 @@
PORTNAME= net-ldap
PORTVERSION= 0.17.1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 017
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby LDAP support library with most client features
WWW= https://github.com/ruby-ldap/ruby-net-ldap
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.rdoc
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.17\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1654708464
SHA256 (rubygem/net-ldap-0.17.1.gem) = 52571b55f9157120833ac1667f2969ce0139251811d0a9b64657c1c135069cf9
SIZE (rubygem/net-ldap-0.17.1.gem) = 67072

View File

@ -0,0 +1,5 @@
Net::LDAP is an LDAP support library written in pure Ruby. It supports most
LDAP client features and a subset of server features as well.
* Standards-based (going for RFC 4511)
* Portable: 100% Ruby