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

23 lines
520 B
Makefile

PORTNAME= marginalia
PORTVERSION= 1.11.1
PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Attach comments to your ActiveRecord queries
WWW= https://github.com/basecamp/marginalia
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack-gitlab>=2.3:www/rubygem-actionpack-gitlab \
rubygem-activerecord-gitlab>=2.3:databases/rubygem-activerecord-gitlab
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
NO_ARCH= yes
.include <bsd.port.mk>