pkgsrc/security/ruby-bcrypt/Makefile
taca e6a83edd99 Update ruby-bcrypt to 3.1.7.
3.1.3  Feb 21 2014
  - Add support for Ruby 2.1 in compiled Windows binaries
  - Rename gem from "bcrypt-ruby" to just "bcrypt". [GH #86 by @sferik]

3.1.6  Feb 21 2014
  - Dummy version of "bcrypt-ruby" needed a couple version bumps to fix some
    bugs. It felt wrong to have that at a higher version than the real gem, so
    the real gem is getting bumped to 3.1.6.

3.1.7  Feb 24 2014
  - Rebuild corrupt Java binary version of gem [GH #90]
  - The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed
2014-03-14 17:53:12 +00:00

15 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/03/14 17:53:12 taca Exp $
DISTNAME= bcrypt-3.1.7
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"