14 lines
390 B
Makefile
14 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.32 2021/12/08 16:04:07 adam Exp $
|
|
|
|
DISTNAME= ffi-1.15.4
|
|
PKGREVISION= 1
|
|
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"
|