a6da3ca88f
No exact changes are available but better compatibility with NetBSD and other *BSD.
18 lines
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/02/01 14:15:25 taca Exp $
|
|
|
|
DISTNAME= ffi-1.9.6
|
|
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
|
|
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"
|