SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-openssl-cmac/Makefile
Normal file
15
devel/ruby-openssl-cmac/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= Ruby Gem for RFC 4493, 4494, 4615
|
||||
|
||||
DISTNAME= openssl-cmac-2.0.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-openssl-cmac/distinfo
Normal file
2
devel/ruby-openssl-cmac/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (openssl-cmac-2.0.2.gem) = jMHYcHDg6J3ex6DR3qlkflfZ5ufrpQBaaj4bWUAwtNY=
|
||||
SIZE (openssl-cmac-2.0.2.gem) = 9728
|
1
devel/ruby-openssl-cmac/pkg/DESCR
Normal file
1
devel/ruby-openssl-cmac/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby Gem for RFC 4493, 4494, 4615 - The AES-CMAC Algorithm.
|
16
devel/ruby-openssl-cmac/pkg/PLIST
Normal file
16
devel/ruby-openssl-cmac/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.yardopts
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/openssl/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/openssl/cmac/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/openssl/cmac.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/openssl/cmac/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_cmac.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue