b7f305aa24
- Update WWW and clean up pkg-descr Changes: https://github.com/redis-store/redis-store/releases https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md
20 lines
420 B
Makefile
20 lines
420 B
Makefile
PORTNAME= redis-store
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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>=4<6:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|