23 lines
506 B
Makefile
23 lines
506 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= ransack
|
|
PORTVERSION= 3.2.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-activerecord61>=6.1.5:databases/rubygem-activerecord61 \
|
|
rubygem-activesupport61>=6.1.5:devel/rubygem-activesupport61 \
|
|
rubygem-i18n>=0:devel/rubygem-i18n
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|