blob: 398a8f5547846479032b745ddf688e59dce644d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= redis-store
PORTVERSION= 1.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Namespaced Redis stores for Ruby web frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis>=2.2:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|