aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-cmac
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-08-08 20:14:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-08-08 20:14:36 +0000
commit6e0b437ecacd423e5a865cd5b5b41c09df4bb65b (patch)
tree27d038a0616728248641d771404ede182f5d697d /security/rubygem-openssl-cmac
parent4c33b4855bb311f5537a2356c082790095773e57 (diff)
downloadports-6e0b437ecacd423e5a865cd5b5b41c09df4bb65b.tar.gz
ports-6e0b437ecacd423e5a865cd5b5b41c09df4bb65b.zip
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
Notes
Notes: svn path=/head/; revision=544514
Diffstat (limited to 'security/rubygem-openssl-cmac')
-rw-r--r--security/rubygem-openssl-cmac/Makefile19
-rw-r--r--security/rubygem-openssl-cmac/distinfo3
-rw-r--r--security/rubygem-openssl-cmac/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/security/rubygem-openssl-cmac/Makefile b/security/rubygem-openssl-cmac/Makefile
new file mode 100644
index 000000000000..b5679308e5e7
--- /dev/null
+++ b/security/rubygem-openssl-cmac/Makefile
@@ -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>
diff --git a/security/rubygem-openssl-cmac/distinfo b/security/rubygem-openssl-cmac/distinfo
new file mode 100644
index 000000000000..3e57e3a47269
--- /dev/null
+++ b/security/rubygem-openssl-cmac/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596741515
+SHA256 (rubygem/openssl-cmac-2.0.1.gem) = 0894cefb087537a9317a597d4eac997ef38cba720b303835b778d3082eb8c9cc
+SIZE (rubygem/openssl-cmac-2.0.1.gem) = 9728
diff --git a/security/rubygem-openssl-cmac/pkg-descr b/security/rubygem-openssl-cmac/pkg-descr
new file mode 100644
index 000000000000..8ced3dd315f5
--- /dev/null
+++ b/security/rubygem-openssl-cmac/pkg-descr
@@ -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