ab5b12685d
- Update WWW Changes: https://github.com/moneta-rb/moneta/releases https://github.com/moneta-rb/moneta/blob/master/CHANGES
22 lines
376 B
Makefile
22 lines
376 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
|
|
PORTNAME= moneta
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Unified interface to key/value stores
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= script/start-couchdb \
|
|
script/start-services
|
|
|
|
.include <bsd.port.mk>
|