mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
|
|
PORTNAME= mogilefs-client
|
|
PORTVERSION= 3.12.2
|
|
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>
|