summaryrefslogtreecommitdiff
path: root/security/rubygem-safety_net_attestation/Makefile
blob: 70faa56c99a7bf52837e14c229596b3158ae93a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	safety_net_attestation
PORTVERSION=	0.4.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	SafetyNet attestation response verification
WWW=		https://github.com/bdewater/safety_net_attestation

LICENSE=	MIT

RUN_DEPENDS=	rubygem-jwt>=2.0<3:www/rubygem-jwt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>