23 lines
441 B
Makefile
23 lines
441 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= moneta
|
|
PORTVERSION= 0.7.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Unified interface to key/value stores
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= script/install-kyotocabinet \
|
|
script/kill-travis \
|
|
script/start-services \
|
|
script/upload-bundle \
|
|
script/wait-services
|
|
|
|
.include <bsd.port.mk>
|