project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. WWW: http://rubygems.org/gems/bcrypt-ruby PR: ports/153965 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# Ports collection makefile for: rubygem-bcrypt-ruby
|
|
# Date created: 13 January 2011
|
|
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bcrypt-ruby
|
|
PORTVERSION= 2.1.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jhelfman@experts-exchange.com
|
|
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>
|