diff --git a/lang/Makefile b/lang/Makefile index 2b053d949555..4eaa34d02d12 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -128,6 +128,7 @@ SUBDIR += ruby-tcltklib SUBDIR += ruby-usersguide SUBDIR += ruby_static + SUBDIR += ruby_static-devel SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile new file mode 100644 index 000000000000..3e317cb387fe --- /dev/null +++ b/lang/ruby18_static/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ruby_static-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby_static + +RUBY_VER= 1.7 + +.include "${MASTERDIR}/Makefile" diff --git a/lang/ruby_static-devel/Makefile b/lang/ruby_static-devel/Makefile new file mode 100644 index 000000000000..3e317cb387fe --- /dev/null +++ b/lang/ruby_static-devel/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ruby_static-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby_static + +RUBY_VER= 1.7 + +.include "${MASTERDIR}/Makefile"