146794e019
- Update WWW Changes: https://github.com/flippercloud/flipper/blob/main/Changelog.md
19 lines
425 B
Makefile
19 lines
425 B
Makefile
PORTNAME= flipper-active_record
|
|
PORTVERSION= 0.28.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveRecord adapter for Flipper
|
|
WWW= https://github.com/flippercloud/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord50>=4.2<8:databases/rubygem-activerecord50 \
|
|
rubygem-flipper>=${PORTVERSION}<0.29:devel/rubygem-flipper
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|