aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-net-ldap/Makefile
blob: 1ba07a5d05f2c58b09a54e17798aae7e278324c0 (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>
# $FreeBSD$

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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>