diff options
author | knu <knu@FreeBSD.org> | 2001-06-04 15:02:52 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-04 15:02:52 +0000 |
commit | ccba0f286a9fb4cf87e128ea26c50d7e06ffdff1 (patch) | |
tree | 7834aa9ab9396def3217dd4dbc938b9510303278 /lang/ruby_r-devel/Makefile | |
parent | 5159bf57c9667530dfabaf9136b4a5753caf54fc (diff) | |
download | FreeBSD-ports-ccba0f286a9fb4cf87e128ea26c50d7e06ffdff1.zip FreeBSD-ports-ccba0f286a9fb4cf87e128ea26c50d7e06ffdff1.tar.gz |
Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.
As there are unidentified problems with libc_r + ruby, please use this
with care. I'd appreciate if any of you could join me in debugging.
Diffstat (limited to 'lang/ruby_r-devel/Makefile')
-rw-r--r-- | lang/ruby_r-devel/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/ruby_r-devel/Makefile b/lang/ruby_r-devel/Makefile new file mode 100644 index 0000000..f509dfd --- /dev/null +++ b/lang/ruby_r-devel/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ruby_r-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby-devel + +RUBY_VER= 1.7 + +BUILD_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR} +RUN_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR} + +NOPORTDOCS= yes +NORUBYLIB= yes + +RUBY_WITH_PTHREAD= yes + +.include "${MASTERDIR}/Makefile" |