summaryrefslogtreecommitdiff
path: root/devel/ruby-inline/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:17:28 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:17:28 +0000
commit7fc806b1b2a2a2417a4f8b0e23f2cca342fa794a (patch)
treea654f8976f0ee4e5753809157d387c24aedca429 /devel/ruby-inline/Makefile
parent26ac9964c9b56d4535ce744d342b31973da6c90d (diff)
downloadpkgsrc-7fc806b1b2a2a2417a4f8b0e23f2cca342fa794a.tar.gz
Initial import of ruby18-inline-3.6.7 as devel/ruby-inline.
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed.
Diffstat (limited to 'devel/ruby-inline/Makefile')
-rw-r--r--devel/ruby-inline/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile
new file mode 100644
index 00000000000..5a1553233ad
--- /dev/null
+++ b/devel/ruby-inline/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:28 jlam Exp $
+
+DISTNAME= RubyInline-3.6.7
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
+COMMENT= Embed C/C++ code directly in Ruby
+
+DEPENDS+= hoe>=1.5.1:../../devel/hoe
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"