aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-11-10 11:06:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-11-10 11:06:00 +0800
commit2dd1490873fc311a0e06a245e8a3accdea3fa3dc (patch)
tree0c428c47df2c92bab4df7c43418f565f0d293c71 /devel
parent269a19220791d344b89e1f04e5655662a5ab3501 (diff)
downloadfreebsd-ports-gnome-2dd1490873fc311a0e06a245e8a3accdea3fa3dc.tar.gz
freebsd-ports-gnome-2dd1490873fc311a0e06a245e8a3accdea3fa3dc.tar.zst
freebsd-ports-gnome-2dd1490873fc311a0e06a245e8a3accdea3fa3dc.zip
- Add rubygem-attic 0.5.3
rubygem-attic provides a place to hide private instance variables in your Ruby objects. WWW: https://github.com/delano/attic WWW: https://rubygems.org/gems/attic
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-attic/Makefile20
-rw-r--r--devel/rubygem-attic/distinfo2
-rw-r--r--devel/rubygem-attic/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1d00ddff298f..c9c62e8d2add 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3371,6 +3371,7 @@
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-atoulme-antwrap
+ SUBDIR += rubygem-attic
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-bioruby
SUBDIR += rubygem-builder
diff --git a/devel/rubygem-attic/Makefile b/devel/rubygem-attic/Makefile
new file mode 100644
index 000000000000..5f3049d2ad56
--- /dev/null
+++ b/devel/rubygem-attic/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-attic
+# Date created: 2011-11-10
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= attic
+PORTVERSION= 0.5.3
+CATEGORIES= devel ruby
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= A place to hide private instance variables in your Ruby objects
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-attic/distinfo b/devel/rubygem-attic/distinfo
new file mode 100644
index 000000000000..3d1c815b4204
--- /dev/null
+++ b/devel/rubygem-attic/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/attic-0.5.3.gem) = 171fda93101f005ef7bef97decaeb4eaa010fceee77cfd74e58646680e321849
+SIZE (rubygem/attic-0.5.3.gem) = 9728
diff --git a/devel/rubygem-attic/pkg-descr b/devel/rubygem-attic/pkg-descr
new file mode 100644
index 000000000000..fd00439d17c5
--- /dev/null
+++ b/devel/rubygem-attic/pkg-descr
@@ -0,0 +1,5 @@
+rubygem-attic provides a place to hide private instance variables in your Ruby
+objects.
+
+WWW: https://github.com/delano/attic
+WWW: https://rubygems.org/gems/attic