2010-08-22 15:00:09 +02:00
|
|
|
# New ports collection makefile for: rubygem-net-ldap
|
|
|
|
# Date created: 2010-05-13
|
|
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-ldap
|
2012-05-12 19:09:32 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2010-08-22 15:00:09 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2012-05-12 19:09:32 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2010-08-22 15:00:09 +02:00
|
|
|
COMMENT= Pure Ruby LDAP support library with most client features
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|