mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= ransack
|
|
PORTVERSION= 2.5.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-activerecord52>=5.2.4:databases/rubygem-activerecord52 \
|
|
rubygem-activesupport52>=5.2.4:devel/rubygem-activesupport52 \
|
|
rubygem-i18n>=0:devel/rubygem-i18n
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|