aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-sdk/Makefile
blob: 66ba006ff58e1c814548d77ab3b17c8536c00f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	gitlab-sdk
PORTVERSION=	0.2.6
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>=5.2: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

# problem is reported upstream:
# https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb/-/issues/5
post-extract:
	${CHMOD} -R o-w ${WRKSRC}

.include <bsd.port.mk>