mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a923d154c0
Changes: https://github.com/bcrypt-ruby/bcrypt-ruby/releases https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG
16 lines
296 B
Makefile
16 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>
|