106865405b
pkgsrc change: correct COMMENT 1.1.0 (2020-12-31) No change log, please refer <https://github.com/net-ssh/bcrypt_pbkdf-ruby/compare/v1.0.1...v1.1.0> in detail.
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/01/14 14:10:59 taca Exp $
|
|
|
|
DISTNAME= bcrypt_pbkdf-1.1.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/net-ssh/bcrypt_pbkdf-ruby
|
|
COMMENT= Ruby implementation of bcrypt_pbkdf from OpenBSD
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|