pkgsrc/devel/ruby-inline/Makefile
taca f497a14d03 devel/ruby-inline: update to 3.12.5
Update ruby-inline to 3.12.5.

pkgsrc change: add "USE_LANGUAGES=	# none".

=== 3.12.5 / 2019-10-08

* 1 bug fix:

  * Fixed a race condition between testing for file existance and renaming. (spjsschl)
2019-10-30 15:09:03 +00:00

17 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/10/30 15:09:03 taca Exp $
DISTNAME= RubyInline-3.12.5
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
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3<5:../../devel/ZenTest
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"