mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
debac1ae93
Removed rjust from generate_otp in favor of more time constant version ok jeremy@
20 lines
313 B
Makefile
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>
|