freebsd-ports/devel/rubygem-moneta/Makefile
Wen Heping 8945df0a09 Moneta provides a standard interface for interacting with various kinds of
key/value stores.

WWW: http://github.com/wycats/moneta

PR:		ports/145844
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
2010-04-20 11:42:25 +00:00

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>