forked from Lainports/opnsense-ports
18 lines
408 B
Makefile
18 lines
408 B
Makefile
PORTNAME= polyamorous
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extraction of shared code from the Active Record Hackery gems
|
|
WWW= https://github.com/activerecord-hackery/ransack/tree/master/polyamorous
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord52>=5.2.1:databases/rubygem-activerecord52
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|