1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/databases/rubygem-leo_manager_client/Makefile
Mikolaj Golub 16808ee94d Add rubygem-leo_manager_client -- LeoFS-Manager client library for Ruby.
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/
2014-07-06 17:49:00 +00:00

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>