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>
|