pkgsrc/devel/ruby-ffi/Makefile
taca d93ad29cde devel/ruby-ffi: update to 1.15.5
1.15.5 (2022-01-10)

Fixed:

* Fix long double argument or return values on 32bit i686. #849
* FFI::ConstGenerator: avoid usage of the same binary file simultaneously. #929

Added:

* Add Windows fat binary gem for Ruby-3.1

Removed:

* Remove Windows fat binary gem for Ruby < 2.4
2022-02-12 12:30:40 +00:00

13 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.33 2022/02/12 12:30:40 taca Exp $
DISTNAME= ffi-1.15.5
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
.include "../../lang/ruby/gem.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"