opnsense-ports/devel/rubygem-ransack/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

24 lines
562 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ransack
PORTVERSION= 2.0.1
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-actionpack5>=5.0:www/rubygem-actionpack5 \
rubygem-activerecord5>=5.0:databases/rubygem-activerecord5 \
rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 \
rubygem-i18n>=0:devel/rubygem-i18n
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>