summaryrefslogtreecommitdiff
path: root/security/rubygem-webauthn/Makefile
blob: bb9b1b19b6c14d9d08191e1acf1ac51dd19c49e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	webauthn
PORTVERSION=	3.4.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	WebAuthn ruby server library
WWW=		https://github.com/cedarcode/webauthn-ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-android_key_attestation>=0.3.0<0.4:security/rubygem-android_key_attestation \
		rubygem-bindata>=2.4<3:devel/rubygem-bindata \
		rubygem-cbor>=0.5.9<0.6:devel/rubygem-cbor \
		rubygem-cose>=1.1<2:security/rubygem-cose \
		rubygem-openssl>=2.2:security/rubygem-openssl \
		rubygem-safety_net_attestation>=0.4.0<0.5:security/rubygem-safety_net_attestation \
		rubygem-tpm-key_attestation>=0.14.0<0.15:security/rubygem-tpm-key_attestation

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>