19 lines
354 B
Makefile
19 lines
354 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|