mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
469 B
Makefile
21 lines
469 B
Makefile
PORTNAME= flipper-active_record
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveRecord feature flag adapter for Flipper
|
|
WWW= https://www.flippercloud.io/ \
|
|
https://github.com/flippercloud/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord71>=4.2<8:databases/rubygem-activerecord71 \
|
|
rubygem-flipper>=${PORTVERSION}<1.4:devel/rubygem-flipper
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|