summaryrefslogtreecommitdiff
path: root/security/ruby-bcrypt/Makefile
blob: de15bc43ea85d734e5b4f30fe43745ec37145488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 03:17:32 taca Exp $

DISTNAME=	bcrypt-ruby-2.1.4
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
CATEGORIES=	security

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

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