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

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

RUN_DEPENDS=    rubygem-bcrypt>=0:${PORTSDIR}/security/rubygem-bcrypt

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>