8945df0a09
key/value stores. WWW: http://github.com/wycats/moneta PR: ports/145844 Submitted by: Renaud Chaput <renchap@cocoa-x.com>
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# Ports collection makefile for: rubygem-moneta
|
|
# Date created: 19 Mar 2010
|
|
# Whom: renchap@cocoa-x.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= moneta
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gemcutter.org/gems/
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= An unified interface to key/value stores
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
# We care about not passing -A to allow HTTP redirects
|
|
FETCH_ARGS= -pRr
|
|
|
|
.include <bsd.port.mk>
|