diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-ffi110/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-ffi110/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-ffi110/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c854953219d9..cc2d13addc0e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5571,6 +5571,7 @@ SUBDIR += rubygem-fastri SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi + SUBDIR += rubygem-ffi110 SUBDIR += rubygem-ffi-compiler SUBDIR += rubygem-ffi-win32-extensions SUBDIR += rubygem-ffi-yajl diff --git a/devel/rubygem-ffi110/Makefile b/devel/rubygem-ffi110/Makefile new file mode 100644 index 000000000000..1d222552d62e --- /dev/null +++ b/devel/rubygem-ffi110/Makefile @@ -0,0 +1,23 @@ +# Created by: Christoph Kick +# $FreeBSD$ + +PORTNAME= ffi +PORTVERSION= 1.10.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 110 + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Extension for dynamic libraries & binding functions + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libffi.so:devel/libffi + +USES= gem +USE_RUBY= yes + +PORTSCOUT= limit:^1\.10\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-ffi110/distinfo b/devel/rubygem-ffi110/distinfo new file mode 100644 index 000000000000..b1fd7de391a7 --- /dev/null +++ b/devel/rubygem-ffi110/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1547227029 +SHA256 (rubygem/ffi-1.10.0.gem) = 17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749 +SIZE (rubygem/ffi-1.10.0.gem) = 869376 diff --git a/devel/rubygem-ffi110/pkg-descr b/devel/rubygem-ffi110/pkg-descr new file mode 100644 index 000000000000..b51f148efb1d --- /dev/null +++ b/devel/rubygem-ffi110/pkg-descr @@ -0,0 +1,4 @@ +Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, +binding functions within them, and calling those functions from Ruby code. + +WWW: https://github.com/ffi/ffi/wiki |