freebsd-ports/security/rubygem-bcrypt-ruby/Makefile
Sunpoet Po-Chuan Hsieh ae4b7f4407 - Add LICENSE
2015-03-02 14:29:30 +00:00

20 lines
372 B
Makefile

# $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
LICENSE= MIT
RUN_DEPENDS= rubygem-bcrypt>=0:${PORTSDIR}/security/rubygem-bcrypt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>