ports/devel/rubygem-sentry-ruby/Makefile
2024-11-22 15:11:13 +02:00

20 lines
447 B
Makefile

PORTNAME= sentry-ruby
PORTVERSION= 5.21.0
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-bigdecimal>0:math/rubygem-bigdecimal \
rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>