21 lines
430 B
Makefile

PORTNAME= net-ldap
PORTVERSION= 0.20.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
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
rubygem-ostruct>=0:devel/rubygem-ostruct
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>