summaryrefslogtreecommitdiff
path: root/security/rubygem-digest/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-12 00:48:42 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-12 02:43:45 +0800
commite626b632cd5cd548ada8ac54fc0d323ab206f9a0 (patch)
treefa4bcd82fae203b783776b5c2c5613d1711157e3 /security/rubygem-digest/Makefile
parentdevel/rubygem-xdg5: Add rubygem-xdg5 5.3.0 (copied from rubygem-xdg) (diff)
security/rubygem-digest: Add rubygem-digest 3.1.0
Digest provides a framework for message digest libraries. You may want to look at OpenSSL::Digest as it supports more algorithms. A cryptographic hash function is a procedure that takes data and returns a fixed bit string: the hash value, also known as digest. Hash functions are also called one-way functions, it is easy to compute a digest from a message, but it is infeasible to generate a message from a digest. WWW: https://github.com/ruby/digest
Diffstat (limited to 'security/rubygem-digest/Makefile')
-rw-r--r--security/rubygem-digest/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/rubygem-digest/Makefile b/security/rubygem-digest/Makefile
new file mode 100644
index 000000000000..eb47f2fff158
--- /dev/null
+++ b/security/rubygem-digest/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= digest
+PORTVERSION= 3.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Framework for message digest libraries
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>