pkgsrc/devel/ruby-ffi/Makefile
taca a306e735c8 Update ruby-ffi to 1.4.0.
No official changes are available but here is some of them from commit log
on github.

* Add tests for block-form of Buffer::new and MemoryPointer::new
* spec: Test absolute library path.
* DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym).
* spec: Replace absolute_.. with expand_path.
* Use rb_thread_call_without_gvl where available.
* Trap & save exceptions from ruby callbacks.
2013-03-11 07:32:27 +00:00

18 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/03/11 07:32:27 taca Exp $
DISTNAME= ffi-1.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.github.com/ffi/ffi
COMMENT= Loading dynamic libraries, binding functions within them
LICENSE= mit
USE_RAKE= YES
RUBY_RDOC_REQD= 3.9.4
OVERRIDE_GEMSPEC+= :files gen/log=
.include "../../lang/ruby/gem.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"