aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-07-07 01:40:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-07-07 01:40:29 +0800
commit38950fbe6161ffb5f915d962af0cfe1c4b6833ba (patch)
treeec35194d0b0e3ec119acd8c74d0fee8830854f1e /devel
parent02da6d5030677f1b05bef3e19c8e100a6520ef19 (diff)
downloadfreebsd-ports-gnome-38950fbe6161ffb5f915d962af0cfe1c4b6833ba.tar.gz
freebsd-ports-gnome-38950fbe6161ffb5f915d962af0cfe1c4b6833ba.tar.zst
freebsd-ports-gnome-38950fbe6161ffb5f915d962af0cfe1c4b6833ba.zip
- Add rubygem-celluloid-essentials 0.20.0
This port provides internally used tools, and superstructural dependencies of Celluloid. WWW: https://github.com/celluloid/celluloid-essentials
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-celluloid-essentials/Makefile25
-rw-r--r--devel/rubygem-celluloid-essentials/distinfo2
-rw-r--r--devel/rubygem-celluloid-essentials/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 992cf1cb3547..3924b5f1e2c6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4529,6 +4529,7 @@
SUBDIR += rubygem-cairo-gobject
SUBDIR += rubygem-capybara
SUBDIR += rubygem-celluloid
+ SUBDIR += rubygem-celluloid-essentials
SUBDIR += rubygem-celluloid-io
SUBDIR += rubygem-cf-uaa-lib
SUBDIR += rubygem-childprocess
diff --git a/devel/rubygem-celluloid-essentials/Makefile b/devel/rubygem-celluloid-essentials/Makefile
new file mode 100644
index 000000000000..880350095abe
--- /dev/null
+++ b/devel/rubygem-celluloid-essentials/Makefile
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= celluloid-essentials
+PORTVERSION= 0.20.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Internally used tools, and superstructural dependencies of Celluloid
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
+ rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \
+ rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \
+ rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
+ rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-celluloid-essentials/distinfo b/devel/rubygem-celluloid-essentials/distinfo
new file mode 100644
index 000000000000..eff6261c1c01
--- /dev/null
+++ b/devel/rubygem-celluloid-essentials/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/celluloid-essentials-0.20.0.gem) = 8347c49f0299c9d848f6adadd6e94e4f910c80560fd44277a93fa4b4f675a7d3
+SIZE (rubygem/celluloid-essentials-0.20.0.gem) = 16896
diff --git a/devel/rubygem-celluloid-essentials/pkg-descr b/devel/rubygem-celluloid-essentials/pkg-descr
new file mode 100644
index 000000000000..69d59ab2700b
--- /dev/null
+++ b/devel/rubygem-celluloid-essentials/pkg-descr
@@ -0,0 +1,4 @@
+This port provides internally used tools, and superstructural dependencies of
+Celluloid.
+
+WWW: https://github.com/celluloid/celluloid-essentials