494586f585
Required for gitlab-ce 16.4 Changelog: https://github.com/flippercloud/flipper/blob/main/Changelog.md#0262
20 lines
450 B
Makefile
20 lines
450 B
Makefile
PORTNAME= flipper-active_record
|
|
PORTVERSION= 0.26.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= ActiveRecord adapter for Flipper
|
|
WWW= https://github.com/jnunemaker/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord70>=4.2<8:databases/rubygem-activerecord70 \
|
|
rubygem-flipper026>=${PORTVERSION}<0.27:devel/rubygem-flipper026
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|