Required for gitlab-ce 16.7. Changelog: https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment/-/releases
21 lines
460 B
Makefile
21 lines
460 B
Makefile
PORTNAME= gitlab-experiment
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Experiment library for Gitlab
|
|
WWW= https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
|
|
rubygem-request_store>=1.0:devel/rubygem-request_store
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|