- Provide pthread-less Ruby package
This commit is contained in:
parent
4273976f63
commit
260030a6f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153636
@ -246,6 +246,7 @@
|
||||
SUBDIR += ruby16-shim-ruby18
|
||||
SUBDIR += ruby16_static
|
||||
SUBDIR += ruby18
|
||||
SUBDIR += ruby18-nopthreads
|
||||
SUBDIR += ruby18_static
|
||||
SUBDIR += sbcl
|
||||
SUBDIR += scheme48
|
||||
|
15
lang/ruby18-nopthreads/Makefile
Normal file
15
lang/ruby18-nopthreads/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user