1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/rubygem-u2f0/Makefile
Sunpoet Po-Chuan Hsieh 120a68c6fc Cosmetic change
2019-11-03 17:22:54 +00:00

24 lines
399 B
Makefile

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