14c6918177
Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master
22 lines
516 B
Makefile
22 lines
516 B
Makefile
PORTNAME= redis-actionpack
|
|
PORTVERSION= 5.4.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Redis session store for ActionPack
|
|
WWW= https://redis-store.org/redis-actionpack/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack5>=5<8:www/rubygem-actionpack5 \
|
|
rubygem-redis-rack>=2.1.0<4:www/rubygem-redis-rack \
|
|
rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|