freebsd-ports/net/rubygem-u2f/Makefile
2021-04-06 16:31:07 +02:00

19 lines
347 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
PORTNAME= u2f
PORTVERSION= 1.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
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
.include <bsd.port.mk>