Files
Matthias Fechner f64dbcb7d4 www/gitlab: switch to gitlab own railties version
Fixes some conflicts related to rack and rack-session which are pulled
in by railties without any reason.
2025-05-19 15:35:45 +02:00

21 lines
503 B
Makefile

PORTNAME= doorkeeper-device_authorization_grant
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= OAuth 2.0 Device Authorization Grant extension for Doorkeeper
WWW= https://github.com/exop-group/doorkeeper-device_authorization_grant
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-doorkeeper-rails-gitlab>=5.5<6:security/rubygem-doorkeeper-rails-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>