summaryrefslogtreecommitdiff
path: root/security/ruby-bcrypt/Makefile
blob: 632d13b34fcf244773580a06b02e185e24cdbe10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.9 2017/07/30 22:32:21 wiz Exp $

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

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/datamapper/dm-core
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"