blob: 7ba092f81eac4f43eae0a97367b026340e4225b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
USES= shebangfix
SHEBANG_FILES= script/install-kyotocabinet \
script/kill-travis \
script/start-services \
script/upload-bundle \
script/wait-services
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|