aboutsummaryrefslogtreecommitdiff
path: root/misc/rubygem-dotenv
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 13:11:22 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 13:11:22 +0000
commit11c65a8af117a229e5cb9ec62fa5afb100873481 (patch)
treedc67a56a752bc382650dba552b2c3334134888dc /misc/rubygem-dotenv
parent30511eb0b2d7dcd4f70503f03bbb063cdf613138 (diff)
downloadports-11c65a8af117a229e5cb9ec62fa5afb100873481.tar.gz
ports-11c65a8af117a229e5cb9ec62fa5afb100873481.zip
Loads environment variables from `.env`.
WWW: https://github.com/bkeepers/dotenv PR: ports/182667 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331014
Diffstat (limited to 'misc/rubygem-dotenv')
-rw-r--r--misc/rubygem-dotenv/Makefile19
-rw-r--r--misc/rubygem-dotenv/distinfo2
-rw-r--r--misc/rubygem-dotenv/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/misc/rubygem-dotenv/Makefile b/misc/rubygem-dotenv/Makefile
new file mode 100644
index 000000000000..495d074dbaa2
--- /dev/null
+++ b/misc/rubygem-dotenv/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= dotenv
+PORTVERSION= 0.9.0
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Loads environment variables from `.env`
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES+= bin/dotenv
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/misc/rubygem-dotenv/distinfo b/misc/rubygem-dotenv/distinfo
new file mode 100644
index 000000000000..69cf14338056
--- /dev/null
+++ b/misc/rubygem-dotenv/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/dotenv-0.9.0.gem) = 838e235fa00d343c3138dbc05aa2cf1ec626ff9f065d521917a79a86b4a980be
+SIZE (rubygem/dotenv-0.9.0.gem) = 10752
diff --git a/misc/rubygem-dotenv/pkg-descr b/misc/rubygem-dotenv/pkg-descr
new file mode 100644
index 000000000000..e3c99874532d
--- /dev/null
+++ b/misc/rubygem-dotenv/pkg-descr
@@ -0,0 +1,3 @@
+Loads environment variables from `.env`.
+
+WWW: https://github.com/bkeepers/dotenv