1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/sysutils/rubygem-mogilefs-client/Makefile
Mikolaj Golub f12b183be0 rubygem-mogilefs-client: MogileFS client library for Ruby [NEW PORT]
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)
2013-12-16 21:15:15 +00:00

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>