1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/rubygem-moneta/Makefile
Sunpoet Po-Chuan Hsieh d0a1a28969 Update to 1.0.0
- Pass maintainership to ruby@

Changes:	https://github.com/minad/moneta/blob/master/CHANGES
PR:		224696
Submitted by:	sunpoet (myself)
Approved by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2017-12-29 18:48:04 +00:00

22 lines
393 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= moneta
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Unified interface to key/value stores
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= script/install-kyotocabinet \
script/start-services
.include <bsd.port.mk>