263f993010
Add ruby-rotp package version 6.2.0 required by Redmine 4.2. The Ruby One Time Password Library A ruby library for generating and validating one time passwords (HOTP & TOTP) according to RFC 4226 and RFC 6238. ROTP is compatible with Google Authenticator available for Android and iPhone and any other TOTP based implementations. Many websites use this for multi-factor authentication, such as GMail, Facebook, Amazon EC2, WordPress, and Salesforce. You can find a more complete list here: https://en.wikipedia.org/wiki/Google_Authenticator#Usage.
16 lines
381 B
Makefile
16 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/09 14:04:36 taca Exp $
|
|
|
|
DISTNAME= rotp-6.2.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mdp/rotp
|
|
COMMENT= Library for generating and verifying one time passwords
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|