pkgsrc/devel/ruby-ffi/Makefile
taca 6b1c654b5a devel/ruby-ffi: update to 1.10.0
1.10.0 / 2019-01-06
-------------------

Added:
* Add /opt/local/lib/ to ffi's fallback library search path. #638
* Add binary gem support for ruby-2.6 on Windows
* Add FreeBSD on AArch64 and ARM support. #644
* Add FFI::LastError.winapi_error on Windows native or Cygwin. #633

Changed:
* Update to rake-compiler-dock-0.7.0
* Use 64-bit inodes on FreeBSD >= 12. #644
* Switch time_t and suseconds_t types to long on FreeBSD. #627
* Make register_t long_long on 64-bit FreeBSD. #644
* Fix Pointer#write_array_of_type #637

Removed:
* Drop binary gem support for ruby-2.0 and 2.1 on Windows
2019-01-20 13:48:30 +00:00

15 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.20 2019/01/20 13:48:30 taca Exp $
DISTNAME= ffi-1.10.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ffi/ffi/wiki
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"