summaryrefslogtreecommitdiff
path: root/databases/rubygem-solid_cache-rails80/Makefile
blob: 5064108aef36e7b1561f3e781a75a910b0e59b89 (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
CATEGORIES=	databases rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails80

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>