20 lines
325 B
Makefile
20 lines
325 B
Makefile
|
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= android_key_attestation
|
||
|
PORTVERSION= 0.3.0
|
||
|
CATEGORIES= security rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= mfechner@FreeBSD.org
|
||
|
COMMENT= Android key attestation verification
|
||
|
|
||
|
LICENSE= MIT
|
||
|
|
||
|
USES= gem
|
||
|
USE_RUBY= yes
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|