mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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
|
|
PORTVERSION= 0.3.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>
|