19 lines
314 B
Makefile
19 lines
314 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= leo_manager_client
|
|
PORTVERSION= 0.4.13
|
|
CATEGORIES= databases
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= LeoFS-Manager client library for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|