freebsd-ports/devel/rubygem-gitlab-experiment/Makefile
Matthias Fechner 80fb44d116 devel/rubygem-gitlab-experiment: Update to 0.5.3.
This update is required for gitlab-ce 13.11.
2021-04-23 21:06:06 +02:00

22 lines
461 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= gitlab-experiment
PORTVERSION= 0.5.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Experiment library for Gitlab
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \
rubygem-scientist>=1.6.0<2:devel/rubygem-scientist
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>