New port: security/rubygem-openssl-cmac
rubygem-openssl-cmac is an implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm. WWW: https://github.com/smalllars/openssl-cmac
This commit is contained in:
parent
4c33b4855b
commit
6e0b437eca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544514
@ -1101,6 +1101,7 @@
|
||||
SUBDIR += rubygem-omniauth-shibboleth
|
||||
SUBDIR += rubygem-openssl
|
||||
SUBDIR += rubygem-openssl-ccm
|
||||
SUBDIR += rubygem-openssl-cmac
|
||||
SUBDIR += rubygem-openvas-omp
|
||||
SUBDIR += rubygem-origami
|
||||
SUBDIR += rubygem-pbkdf2-ruby
|
||||
|
19
security/rubygem-openssl-cmac/Makefile
Normal file
19
security/rubygem-openssl-cmac/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openssl-cmac
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-openssl-cmac/distinfo
Normal file
3
security/rubygem-openssl-cmac/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1596741515
|
||||
SHA256 (rubygem/openssl-cmac-2.0.1.gem) = 0894cefb087537a9317a597d4eac997ef38cba720b303835b778d3082eb8c9cc
|
||||
SIZE (rubygem/openssl-cmac-2.0.1.gem) = 9728
|
4
security/rubygem-openssl-cmac/pkg-descr
Normal file
4
security/rubygem-openssl-cmac/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
rubygem-openssl-cmac is an implementation of RFC 4493, 4494, 4615 - AES-CMAC
|
||||
Algorithm.
|
||||
|
||||
WWW: https://github.com/smalllars/openssl-cmac
|
Loading…
Reference in New Issue
Block a user