aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ransack/Makefile
blob: cae74b712fab8106416c9abab37f628a53e670bf (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
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	ransack
PORTVERSION=	3.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Successor to the MetaSearch gem

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord60>=6.0.4:databases/rubygem-activerecord60 \
		rubygem-activesupport60>=6.0.4:devel/rubygem-activesupport60 \
		rubygem-i18n>=0:devel/rubygem-i18n

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>