mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Required for gitlab-ce 16.9.0 Changes: https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb/-/releases
25 lines
702 B
Makefile
25 lines
702 B
Makefile
PORTNAME= gitlab-sdk
|
|
PORTVERSION= 0.3.0
|
|
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>
|