forked from Lainports/opnsense-ports
15 lines
296 B
Makefile
15 lines
296 B
Makefile
PORTNAME= bcrypt
|
|
PORTVERSION= 3.1.20
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OpenBSD bcrypt password hashing algorithm
|
|
WWW= https://github.com/bcrypt-ruby/bcrypt-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|