freebsd-ports/databases/rubygem-redis/Makefile

20 lines
366 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= redis
PORTVERSION= 3.3.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby client library for Redis, the key value storage server
2013-11-29 22:11:26 +01:00
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
2013-11-29 22:11:26 +01:00
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>