pkgsrc/security/ruby-bcrypt/Makefile
taca 5ab07c82b1 Update ruby-bcrypt to 3.1.2.
3.1.0  May 07 2013
  - Add BCrypt::Password.valid_hash?(str) to check if a string is a valid
    bcrypt password hash
  - BCrypt::Password cost should be set to DEFAULT_COST if nil
  - Add BCrypt::Engine.cost attribute for getting/setting a default cost
    externally

3.1.1  Jul 10 2013
  - Remove support for Ruby 1.8 in compiled win32 binaries

3.1.2  Aug 26 2013
  - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows
    binaries
  - Add support for 64-bit Windows
2013-09-15 14:56:11 +00:00

13 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/09/15 14:56:11 taca Exp $
DISTNAME= bcrypt-ruby-3.1.2
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"