opnsense-ports/net/rubygem-u2f/Makefile
Franco Fichtner db6c9e3f2a */*: sync with upstream
Taken from: FreeBSD
2017-03-20 13:26:25 +01:00

19 lines
355 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= u2f
PORTVERSION= 1.0.0
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>