mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
17 lines
327 B
Makefile
17 lines
327 B
Makefile
PORTNAME= net-ldap
|
|
PORTVERSION= 0.19.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|