22 lines
329 B
Makefile
22 lines
329 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mogilefs-client
|
|
PORTVERSION= 3.12.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= MogileFS client library for Ruby
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/mog
|
|
|
|
.include <bsd.port.mk>
|