summaryrefslogtreecommitdiff
path: root/databases/rubygem-solid_cache/Makefile
blob: 3f760bebfec1ef4cf6ae040a3762c13751a8253a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	solid_cache
PORTVERSION=	1.0.8
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Database-backed ActiveSupport::Cache::Store
WWW=		https://github.com/rails/solid_cache

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

RUN_DEPENDS=	rubygem-activejob81>=7.2:devel/rubygem-activejob81 \
		rubygem-activerecord81>=7.2:databases/rubygem-activerecord81 \
		rubygem-railties81>=7.2:www/rubygem-railties81

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>