blob: f29f1b9c7941dd022ab9b9f6d0f814b01e76f360 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= tpm-key_attestation
PORTVERSION= 0.14.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= TPM Key Attestation verifier
WWW= https://github.com/cedarcode/tpm-key_attestation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bindata>=2.4<3:devel/rubygem-bindata \
rubygem-openssl>2.0:security/rubygem-openssl \
rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|