summaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt-ruby/Makefile
blob: d10d8fce506b0b0f4137710b73e770242b68141c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	bcrypt-ruby
PORTVERSION=	3.1.1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Sophisticated and secure hash algorithm for passwords

RUN_DEPENDS+=	bcrypt:${PORTSDIR}/security/bcrypt

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>