1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/rubygem-u2f/Makefile

21 lines
359 B
Makefile
Raw Normal View History

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= u2f
PORTVERSION= 1.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
2019-11-03 17:22:50 +00:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for handling registration and authentication of U2F devices
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
2019-11-03 17:22:50 +00:00
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>