mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
430d6bfd4b
key/value stores. WWW: http://www.yehudakatz.com PR: ports/187480 Submitted by: renchap@cocoa-x.com
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= moneta
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 06
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Unified interface to key/value stores
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|