pkgsrc/security/ruby-bcrypt/Makefile
taca c55b85a422 security/ruby-bcrypt: update to 3.1.16
Update ruby-bcrypt package to 3.1.16.


3.1.16 Sep 3 2020
  - Fix compilation on FreeBSD. [GH #234]

3.1.15 July 21 2020
  - Remove GVL optimization.  Apparently it breaks things [GH #230]

3.1.14 July 21 2020
  - Start calibration from the minimum cost supported by the algorithm
    [GH #206 by @sergey-alekseev]
2020-09-14 14:02:14 +00:00

15 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/09/14 14:02:14 taca Exp $
DISTNAME= bcrypt-3.1.16
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/codahale/bcrypt-ruby
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"