aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-parallel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-13 11:57:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-13 11:57:19 +0000
commit21d40c683a13de8f791f880c16f18979cee1e274 (patch)
tree7dd49ce3352a99e5044e0640b0619a36af035b03 /sysutils/rubygem-parallel/Makefile
parent44bf057369143a7687831b9d71dddb03cb6626c6 (diff)
Notes
Diffstat (limited to 'sysutils/rubygem-parallel/Makefile')
-rw-r--r--sysutils/rubygem-parallel/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/rubygem-parallel/Makefile b/sysutils/rubygem-parallel/Makefile
new file mode 100644
index 000000000000..3f599fa6306c
--- /dev/null
+++ b/sysutils/rubygem-parallel/Makefile
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= parallel
+PORTVERSION= 0.6.5
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Run any kind of code in parallel processes
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>