mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f12b183be0
MogileFS is an open source distributed filesystem, see: mogilefs.org for more details. This library allows any Ruby application to read, write and delete files in a MogileFS instance. Approved by: bdrewery (mentor)
21 lines
337 B
Makefile
21 lines
337 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mogilefs-client
|
|
PORTVERSION= 3.7.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= MogileFS client library for Ruby
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/mog
|
|
|
|
.include <bsd.port.mk>
|