b6e39e8729
* Add AbstractMemory#get and AbstractMemory#put * Add Pointer#to_ptr * Update x86_64-openbsd types close #535 * Use latest rake-compiler-dock and rake-compiler. * Avoid undefined behaviour of LoadLibrary() on Windows. * Suppress deprecated Fixnum warnings on Ruby 2.4.0.
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/03/13 16:18:34 taca Exp $
|
|
|
|
DISTNAME= ffi-1.9.18
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://wiki.github.com/ffi/ffi
|
|
COMMENT= Loading dynamic libraries, binding functions within them
|
|
LICENSE= modified-bsd
|
|
|
|
USE_RAKE= YES
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../devel/libffi/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|