freebsd-ports/net/rubygem-net-ldap/Makefile
Michael Moll 5b02f5bb04 net/rubygem-net-ldap: update to 0.11
PR:		199945
Differential Revision:	https://reviews.freebsd.org/D2633
Submitted by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	mat (mentor)
2015-05-26 18:05:44 +00:00

19 lines
369 B
Makefile

# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= net-ldap
PORTVERSION= 0.11
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby LDAP support library with most client features
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.rdoc
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>