freebsd-ports/databases/rubygem-activerecord-session_store/Makefile
2021-04-18 13:44:26 +08:00

25 lines
681 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= activerecord-session_store
PORTVERSION= 2.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Action Dispatch session store backed by an Active Record class
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack60>=5.2.4.1:www/rubygem-actionpack60 \
rubygem-activerecord60>=5.2.4.1:databases/rubygem-activerecord60 \
rubygem-multi_json>=1.11.2<2:devel/rubygem-multi_json \
rubygem-rack>=2.0.8,3<3,3:www/rubygem-rack \
rubygem-railties60>=5.2.4.1:www/rubygem-railties60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>