freebsd-ports/security/rubygem-tpm-key_attestation/Makefile
2020-09-22 21:08:54 +00:00

23 lines
502 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= tpm-key_attestation
PORTVERSION= 0.10.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= TPM Key Attestation verifier
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bindata>=2.4<3:devel/rubygem-bindata \
rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>