aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-activerecord-session_store/Makefile
blob: dfcac23ffb55b1524d95830f43a1cb2d7f3455c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	activerecord-session_store
PORTVERSION=	2.2.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Action Dispatch session store backed by an Active Record class
WWW=		https://github.com/rails/activerecord-session_store

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-actionpack80>=7.0:www/rubygem-actionpack80 \
		rubygem-activerecord80>=7.0:databases/rubygem-activerecord80 \
		rubygem-cgi>=0.3.6:www/rubygem-cgi \
		rubygem-rack>=2.0.8,3<4,3:www/rubygem-rack \
		rubygem-railties80>=7.0:www/rubygem-railties80

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>