Add lang/ruby_static-devel, the statically linked ruby-devel
executable.
This commit is contained in:
parent
a2bd9f0603
commit
9b3bcd846b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43491
3 changed files with 25 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
SUBDIR += ruby-tcltklib
|
||||
SUBDIR += ruby-usersguide
|
||||
SUBDIR += ruby_static
|
||||
SUBDIR += ruby_static-devel
|
||||
SUBDIR += scheme48
|
||||
SUBDIR += schemetoc
|
||||
SUBDIR += scm
|
||||
|
|
12
lang/ruby18_static/Makefile
Normal file
12
lang/ruby18_static/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: ruby_static-devel
|
||||
# Date created: 3 June 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ruby_static
|
||||
|
||||
RUBY_VER= 1.7
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
12
lang/ruby_static-devel/Makefile
Normal file
12
lang/ruby_static-devel/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: ruby_static-devel
|
||||
# Date created: 3 June 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ruby_static
|
||||
|
||||
RUBY_VER= 1.7
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue