mirror of https://git.FreeBSD.org/ports.git
21 lines
473 B
Makefile
21 lines
473 B
Makefile
PORTNAME= flipper-active_record
|
|
PORTVERSION= 0.28.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails-gitlab
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= ActiveRecord adapter for Flipper
|
|
WWW= https://github.com/jnunemaker/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord-gitlab>=4.2<8:databases/rubygem-activerecord-gitlab \
|
|
rubygem-flipper-gitlab>=${PORTVERSION}<0.29:devel/rubygem-flipper-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|