1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/rubygem-bcrypt-ruby/Makefile

18 lines
324 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= bcrypt-ruby
2013-07-13 19:44:38 +00:00
PORTVERSION= 3.1.1
CATEGORIES= security rubygems
MASTER_SITES= RG
2012-10-03 00:47:00 +00:00
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>