mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
21 lines
460 B
Makefile
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>
|