PORTNAME=	bcrypt-ruby
PORTVERSION=	3.1.5
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Sophisticated and secure hash algorithm for passwords
WWW=		https://github.com/codahale/bcrypt-ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-bcrypt>=3.1.3:security/rubygem-bcrypt

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>
