mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
- Update RUN_DEPENDS: use Rails 7.2 Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master
21 lines
496 B
Makefile
21 lines
496 B
Makefile
PORTNAME= redis-actionpack
|
|
PORTVERSION= 5.5.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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-actionpack72>=5:www/rubygem-actionpack72 \
|
|
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>
|