mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
A Ruby implementation of the Password-Based Key-Derivation Function v2
WWW: https://github.com/emerose/pbkdf2-ruby
This commit is contained in:
parent
7ee20cb01c
commit
43666ff0f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458438
4 changed files with 26 additions and 0 deletions
|
@ -1089,6 +1089,7 @@
|
|||
SUBDIR += rubygem-openssl20
|
||||
SUBDIR += rubygem-openvas-omp
|
||||
SUBDIR += rubygem-origami
|
||||
SUBDIR += rubygem-pbkdf2-ruby
|
||||
SUBDIR += rubygem-pundit
|
||||
SUBDIR += rubygem-pyu-ruby-sasl
|
||||
SUBDIR += rubygem-rack-oauth2
|
||||
|
|
19
security/rubygem-pbkdf2-ruby/Makefile
Normal file
19
security/rubygem-pbkdf2-ruby/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pbkdf2-ruby
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Password Based Key Derivation Function 2 for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-pbkdf2-ruby/distinfo
Normal file
3
security/rubygem-pbkdf2-ruby/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513259259
|
||||
SHA256 (rubygem/pbkdf2-ruby-0.2.1.gem) = e1f90f3c57a2fd628484e26c11d5b9bab7708a502de316450a70d38966599b04
|
||||
SIZE (rubygem/pbkdf2-ruby-0.2.1.gem) = 11776
|
3
security/rubygem-pbkdf2-ruby/pkg-descr
Normal file
3
security/rubygem-pbkdf2-ruby/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A Ruby implementation of the Password-Based Key-Derivation Function v2
|
||||
|
||||
WWW: https://github.com/emerose/pbkdf2-ruby
|
Loading…
Add table
Reference in a new issue