aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-sdk/Makefile
blob: 429a05dcde6244e17b8b50d9995eae367754ebb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gitlab-sdk
PORTVERSION=	0.2.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Client side Ruby SDK for GitLab Application services
WWW=		https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
		rubygem-rake>=13.0<14:devel/rubygem-rake \
		rubygem-snowplow-tracker>=0.8.0<0.9:devel/rubygem-snowplow-tracker

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>