summaryrefslogtreecommitdiff
path: root/security/ruby-rotp/Makefile
blob: 313a2efa598cb83c2d09b44097bcbe436b8884ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2022/12/04 16:42:14 taca Exp $

DISTNAME=	rotp-6.2.1
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"