opnsense-ports/devel/rubygem-sentry-ruby-core/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
396 B
Makefile

PORTNAME= sentry-ruby-core
PORTVERSION= 5.1.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-concurrent-ruby>=0:devel/rubygem-concurrent-ruby
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>