summaryrefslogtreecommitdiff
path: root/net/rubygem-u2f/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-25 14:52:19 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-25 14:52:19 +0000
commit09fa11a5b42afe4da9a4ec5084caa0f1b68f97c1 (patch)
treef0fc7293d0ae863cfdb534a8e7b98ec6798fca38 /net/rubygem-u2f/Makefile
parent- Update to 1.3.0 (diff)
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)
Notes
Notes: svn path=/head/; revision=419043
Diffstat (limited to 'net/rubygem-u2f/Makefile')
-rw-r--r--net/rubygem-u2f/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/rubygem-u2f/Makefile b/net/rubygem-u2f/Makefile
new file mode 100644
index 000000000000..30708ad7724c
--- /dev/null
+++ b/net/rubygem-u2f/Makefile
@@ -0,0 +1,19 @@
+# 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>