summaryrefslogtreecommitdiff
path: root/net/rubygem-net-ldap/Makefile
blob: 13f5878c8085cc6002d0917159eb1b25de2b1059 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>

PORTNAME=	net-ldap
PORTVERSION=	0.17.1
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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>