aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-attr_encrypted
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-08-09 20:21:02 +0000
committerSteve Wills <swills@FreeBSD.org>2015-08-09 20:21:02 +0000
commitba2d3fcf2014983947c0f359b2c0088c2ebdd51c (patch)
tree17a8618a79872a0c2c38035c63f3dc9e7d30e5d6 /security/rubygem-attr_encrypted
parent637c7e0c2c146d76656de532cdfa4e578465bfe3 (diff)
downloadports-ba2d3fcf2014983947c0f359b2c0088c2ebdd51c.tar.gz
ports-ba2d3fcf2014983947c0f359b2c0088c2ebdd51c.zip
Notes
Diffstat (limited to 'security/rubygem-attr_encrypted')
-rw-r--r--security/rubygem-attr_encrypted/Makefile20
-rw-r--r--security/rubygem-attr_encrypted/distinfo2
-rw-r--r--security/rubygem-attr_encrypted/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/security/rubygem-attr_encrypted/Makefile b/security/rubygem-attr_encrypted/Makefile
new file mode 100644
index 000000000000..a793a16f51ff
--- /dev/null
+++ b/security/rubygem-attr_encrypted/Makefile
@@ -0,0 +1,20 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= attr_encrypted
+PORTVERSION= 1.3.4
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Generates attr_accessors that encrypt and decrypt attributes
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-encryptor>=1.3.0:${PORTSDIR}/security/rubygem-encryptor
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-attr_encrypted/distinfo b/security/rubygem-attr_encrypted/distinfo
new file mode 100644
index 000000000000..d372ffb7f57d
--- /dev/null
+++ b/security/rubygem-attr_encrypted/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/attr_encrypted-1.3.4.gem) = 175d9e2a9193f251419818900be9627069c573141dec823175f38c8a0941a2c2
+SIZE (rubygem/attr_encrypted-1.3.4.gem) = 20992
diff --git a/security/rubygem-attr_encrypted/pkg-descr b/security/rubygem-attr_encrypted/pkg-descr
new file mode 100644
index 000000000000..3104136de392
--- /dev/null
+++ b/security/rubygem-attr_encrypted/pkg-descr
@@ -0,0 +1,4 @@
+Ruby library which generates attr_accessors that encrypt
+and decrypt attributes transparently
+
+WWW: https://github.com/attr-encrypted/attr_encrypted