mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
28b5ae00cb
Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-actionpack
|
|
PORTVERSION= 5.0.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Redis session store for ActionPack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \
|
|
rubygem-redis-rack>=1:www/rubygem-redis-rack \
|
|
rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|