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

PORTNAME=	net-ldap
PORTVERSION=	0.3.1
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Pure Ruby LDAP support library with most client features

USE_RUBY=	yes

USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>