freebsd-ports/devel/rubygem-rotp/Makefile
2021-04-26 04:36:31 +08:00

21 lines
355 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
PORTNAME= rotp
PORTVERSION= 6.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for generating one time passwords
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/rotp
.include <bsd.port.mk>