summaryrefslogtreecommitdiff
path: root/security/ruby-bcrypt/Makefile
blob: f160e2ba0e6f7d0ea5dca54e20bba32210aad216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.13 2022/08/28 05:13:33 taca Exp $

DISTNAME=	bcrypt-3.1.18
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	security

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/codahale/bcrypt-ruby
COMMENT=	OpenBSD's bcrypt() password hashing algorithm for Ruby
LICENSE=	mit

USE_GCC_RUNTIME=	yes

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"