mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
# $FreeBSD:ruby/Makefile 453372 2017-11-02 19:02:06Z sunpoet $
|
|
|
|
PORTNAME= net-ldap
|
|
PORTVERSION= 0.16.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Pure Ruby LDAP support library with most client features
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= script/generate-fixture-ca \
|
|
script/changelog
|
|
|
|
.include <bsd.port.mk>
|