mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
16808ee94d
LeoFS is a highly scalable, fault-tolerant distributed file system for the Web. This library allows any Ruby application to communicate with LeoFS manager. WWW: http://leo-project.net/
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= leo_manager_client
|
|
PORTVERSION= 0.4.10
|
|
CATEGORIES= databases
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= LeoFS-Manager client library for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|