ports/devel/rubygem-sentry-rails/Makefile
Matthias Fechner 9a62ad0a91 www/gitlab-ce: switch rubygem ports to use rails 7.0
Required for gitlab-ce 16.3
2023-09-08 13:34:38 +03:00

21 lines
460 B
Makefile

PORTNAME= sentry-rails
PORTVERSION= 5.8.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Client interface for the Sentry error logger
WWW= https://github.com/getsentry/sentry-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-railties70>=5.0.0:www/rubygem-railties70 \
rubygem-sentry-ruby=5.8.0<5.9:devel/rubygem-sentry-ruby
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>