freebsd-ports/devel/rubygem-rotp/Makefile
2018-03-03 16:31:15 +00:00

20 lines
334 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= rotp
PORTVERSION= 3.3.1
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>