1PORTNAME= bcrypt 2PORTVERSION= 3.1.22 3CATEGORIES= security rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= OpenBSD bcrypt password hashing algorithm 8WWW= https://github.com/bcrypt-ruby/bcrypt-ruby 9 10LICENSE= MIT 11LICENSE_FILE= ${WRKSRC}/COPYING 12 13USES= gem 14 15.include <bsd.port.mk> 16