aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rinda/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:25:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:45:57 +0000
commit753214d7bc5ec1ec170a361eb4780b6a737f683f (patch)
treea4e9a7ed07aecd280a2635eb00e279b8d8e0df59 /devel/rubygem-rinda/Makefile
parenta2cd01a85c9e3151763166cc4ed3e044e5c9a88a (diff)
downloadports-753214d7bc5ec1ec170a361eb4780b6a737f683f.tar.gz
ports-753214d7bc5ec1ec170a361eb4780b6a737f683f.zip
devel/rubygem-rinda: Add rubygem-rinda 0.1.0
Rinda is a module to implement the Linda distributed computing paradigm in Ruby. WWW: https://github.com/ruby/rinda
Diffstat (limited to 'devel/rubygem-rinda/Makefile')
-rw-r--r--devel/rubygem-rinda/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-rinda/Makefile b/devel/rubygem-rinda/Makefile
new file mode 100644
index 000000000000..90cd56b2b956
--- /dev/null
+++ b/devel/rubygem-rinda/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= rinda
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Linda distributed computing paradigm in Ruby
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>