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

22 lines
476 B
Makefile

PORTNAME= apollo_upload_server
PORTVERSION= 2.1.6
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Apollo-upload-server middleware for rails
WWW= https://github.com/jetruby/apollo_upload_server-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-actionpack-gitlab>=6.1.6:www/rubygem-actionpack-gitlab \
rubygem-graphql>=1.8:devel/rubygem-graphql
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>