summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-16 09:42:59 +0000
committerpav <pav@FreeBSD.org>2006-01-16 09:42:59 +0000
commit925e053cb2c4c26d59c4dca23f78fb9bba595142 (patch)
tree3195ae22074403fc31a85177d547b153654be914 /lang
parent01186e11d8c7a7487ff97755564fa610349d22a9 (diff)
downloadFreeBSD-ports-925e053cb2c4c26d59c4dca23f78fb9bba595142.zip
FreeBSD-ports-925e053cb2c4c26d59c4dca23f78fb9bba595142.tar.gz
- Provide pthread-less Ruby package
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/ruby18-nopthreads/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f4df299..4cf43a3 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -246,6 +246,7 @@
SUBDIR += ruby16-shim-ruby18
SUBDIR += ruby16_static
SUBDIR += ruby18
+ SUBDIR += ruby18-nopthreads
SUBDIR += ruby18_static
SUBDIR += sbcl
SUBDIR += scheme48
diff --git a/lang/ruby18-nopthreads/Makefile b/lang/ruby18-nopthreads/Makefile
new file mode 100644
index 0000000..05bb902
--- /dev/null
+++ b/lang/ruby18-nopthreads/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: ruby18
+# Date created: 6 May 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ruby18
+MD5_FILE= ${MASTERDIR}/distinfo
+
+COMMENT= An object-oriented interpreted scripting language (without pthreads)
+
+WITHOUT_PTHREADS= yes
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud