5b02f5bb04
PR: 199945 Differential Revision: https://reviews.freebsd.org/D2633 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: mat (mentor)
19 lines
369 B
Makefile
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>
|