pkgsrc/security/ruby-bcrypt/Makefile
taca 6f9a0726ec Update ruby-bcrypt to 3.1.10.
3.1.8  Oct 23 2014
  - Add support for Ruby 2.1 in compiled Windows binaries [GH #102]

3.1.9  Oct 23 2014
  - Rebuild corrupt binaries

3.1.10 Jan 28 2015
  - Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]
2015-02-04 16:07:29 +00:00

15 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/02/04 16:07:29 taca Exp $
DISTNAME= bcrypt-3.1.10
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
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
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"