aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-sentry-raven/Makefile
blob: fd425369b4871848638768f7b357dc89bf93e920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	sentry-raven
PORTVERSION=	3.1.2
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Client interface for the Sentry error logger
WWW=		https://github.com/getsentry/sentry-ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-faraday1>=1.0:www/rubygem-faraday1

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/raven

.include <bsd.port.mk>