mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
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>
|