aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-ransack/Makefile
blob: ee4e5b9233afef0c0184b48d98531758580aaea5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ransack
PORTVERSION=	4.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Successor to the MetaSearch gem
WWW=		https://github.com/activerecord-hackery/ransack

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord61>=6.1.5:databases/rubygem-activerecord61 \
		rubygem-activesupport61>=6.1.5:devel/rubygem-activesupport61 \
		rubygem-i18n>=0,2:devel/rubygem-i18n

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>