65c12e9fcf
- Update WWW Changes: https://github.com/redis-store/redis-store/releases https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md https://github.com/redis-store/redis-store/commits/master
19 lines
343 B
Makefile
19 lines
343 B
Makefile
PORTNAME= redis-store
|
|
PORTVERSION= 1.9.1
|
|
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>=4<5:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|