ports/net/rubygem-u2f/Makefile
Torsten Zuehlsdorff 09fa11a5b4 New port: net/rubygem-u2f
U2F is an open 2-factor authentication standard that enables keychain
devices, mobile phones and other devices to securely access any number
of web-based services - instantly and with no drivers or client
software needed

WWW: https://github.com/castle/ruby-u2f

Approved by: pi (mentor)
2016-07-25 14:52:19 +00:00

20 lines
355 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= u2f
PORTVERSION= 0.2.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for handling registration and authentication of U2F devices
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>