aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-16 09:42:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-16 09:42:59 +0000
commit260030a6f471d9147d16c93e9ddef0952af00937 (patch)
treeebf7473c0a10f687dec8944d7e136ebaf25a87a1 /lang
parent4273976f634125bb88c5943af9e6adba9dcb77b7 (diff)
downloadports-260030a6f471d9147d16c93e9ddef0952af00937.tar.gz
ports-260030a6f471d9147d16c93e9ddef0952af00937.zip
Notes
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 f4df299ac585..4cf43a389df6 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 000000000000..05bb902ff7a3
--- /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"