forked from Lainports/freebsd-ports
- Update WWW Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polyamorous
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extraction of shared code from the Active Record Hackery gems
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord5>=5.0:databases/rubygem-activerecord5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|