1PORTNAME= bcrypt-ruby 2PORTVERSION= 3.1.5 3PORTREVISION= 1 4CATEGORIES= security rubygems 5MASTER_SITES= RG 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Sophisticated and secure hash algorithm for passwords 9WWW= https://github.com/codahale/bcrypt-ruby 10 11LICENSE= MIT 12LICENSE_FILE= ${WRKSRC}/COPYING 13 14RUN_DEPENDS= rubygem-bcrypt>=3.1.3:security/rubygem-bcrypt 15 16NO_ARCH= yes 17USES= gem 18 19.include <bsd.port.mk> 20