Files
ports/security/ruby-rotp/Makefile
T
kmos debac1ae93 6.2.2
Removed rjust from generate_otp in favor of more time constant version

ok jeremy@
2022-12-21 18:33:55 +00:00

20 lines
313 B
Makefile

COMMENT = Ruby library for generating and verifying one time passwords
DISTNAME = rotp-6.2.2
CATEGORIES = security
HOMEPAGE = https://github.com/mdp/rotp
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>