# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD: head/devel/rubygem-rotp/Makefile 414136 2016-04-27 21:57:31Z swills $

PORTNAME=	rotp
PORTVERSION=	2.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library for generating one time passwords

LICENSE=	MIT

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rotp

.include <bsd.port.mk>