summaryrefslogtreecommitdiff
path: root/databases/rubygem-solid_cache/Makefile
blob: dc185e503bd24a09cc95cd5e5195af81903728f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	solid_cache
PORTVERSION=	1.0.7
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-activejob80>=7.2:devel/rubygem-activejob80 \
		rubygem-activerecord80>=7.2:databases/rubygem-activerecord80 \
		rubygem-railties80>=7.2:www/rubygem-railties80

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>