mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-experiment
|
|
PORTVERSION= 0.6.5
|
|
PORTREVISION= 0
|
|
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-activesupport61>=3.0:devel/rubygem-activesupport61 \
|
|
rubygem-request_store>=1.0:devel/rubygem-request_store \
|
|
rubygem-scientist>=1.6.0<2:devel/rubygem-scientist
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|