aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-lockbox
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-05-19 19:04:53 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-05-19 19:04:53 +0000
commitdb7a4567eeb7bb5c21bb5462c511d7b9702eb353 (patch)
treef49e019b746265f404c901c1012af22218864034 /security/rubygem-lockbox
parent1471e1425b0b601bcb94ea63ea21fdcce4e8f0e8 (diff)
downloadports-db7a4567eeb7bb5c21bb5462c511d7b9702eb353.tar.gz
ports-db7a4567eeb7bb5c21bb5462c511d7b9702eb353.zip
Notes
Diffstat (limited to 'security/rubygem-lockbox')
-rw-r--r--security/rubygem-lockbox/Makefile20
-rw-r--r--security/rubygem-lockbox/distinfo3
-rw-r--r--security/rubygem-lockbox/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/security/rubygem-lockbox/Makefile b/security/rubygem-lockbox/Makefile
new file mode 100644
index 000000000000..f2dac431a61b
--- /dev/null
+++ b/security/rubygem-lockbox/Makefile
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= lockbox
+PORTVERSION= 0.3.7
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Modern encryption for Rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-lockbox/distinfo b/security/rubygem-lockbox/distinfo
new file mode 100644
index 000000000000..fe5519a6dcd1
--- /dev/null
+++ b/security/rubygem-lockbox/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587529909
+SHA256 (rubygem/lockbox-0.3.7.gem) = 3f1350ddf42f86a6175b583ba4e19adf87fb4273ca6e3eac61694fb4d54fc65c
+SIZE (rubygem/lockbox-0.3.7.gem) = 23040
diff --git a/security/rubygem-lockbox/pkg-descr b/security/rubygem-lockbox/pkg-descr
new file mode 100644
index 000000000000..c781e727c67a
--- /dev/null
+++ b/security/rubygem-lockbox/pkg-descr
@@ -0,0 +1,6 @@
+Modern encryption for Rails.
+- Uses state-of-the-art algorithms
+- Works with database fields, files, and strings
+- Makes migrating existing data and key rotation easy
+
+WWW: https://github.com/ankane/lockbox