- Provide pthread-less Ruby package

This commit is contained in:
Pav Lucistnik 2006-01-16 09:42:59 +00:00
parent 4273976f63
commit 260030a6f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153636
2 changed files with 16 additions and 0 deletions

View File

@ -246,6 +246,7 @@
SUBDIR += ruby16-shim-ruby18
SUBDIR += ruby16_static
SUBDIR += ruby18
SUBDIR += ruby18-nopthreads
SUBDIR += ruby18_static
SUBDIR += sbcl
SUBDIR += scheme48

View File

@ -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"