blob: e2857e8ae9b23287c43dad5459039e78531401ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|