Files
ports/security/rubygem-safety_net_attestation/Makefile
T
2020-09-22 21:08:54 +00:00

22 lines
380 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= safety_net_attestation
PORTVERSION= 0.4.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= SafetyNet attestation response verification
LICENSE= MIT
RUN_DEPENDS= rubygem-jwt>=2.0<3:www/rubygem-jwt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>