blob: 773cb856202b57f1c93ce043fe214aa11ce5a61d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= redis-store
PORTVERSION= 1.11.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Namespaced Redis stores for Ruby web frameworks
WWW= https://redis-store.org/redis-store/ \
https://github.com/redis-store/redis-store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-gitlab>=4<6:databases/rubygem-redis-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|