SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/ruby-ffi-compiler/Makefile
Normal file
22
devel/ruby-ffi-compiler/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = ruby library for automating compilation of native libraries
|
||||
|
||||
DISTNAME = ffi-compiler-1.0.1
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE= https://github.com/ffi/ffi-compiler
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
# Apache 2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
WANTLIB = ffi
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-ffi-compiler/distinfo
Normal file
2
devel/ruby-ffi-compiler/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ffi-compiler-1.0.1.gem) = AZ84mweKL+yd5/T2V3EJX4CkR+NENrRYi8tinipWTDA=
|
||||
SIZE (ffi-compiler-1.0.1.gem) = 18432
|
2
devel/ruby-ffi-compiler/pkg/DESCR
Normal file
2
devel/ruby-ffi-compiler/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
ffi-compiler is a ruby library for automating compilation of native
|
||||
libraries for use with ffi.
|
20
devel/ruby-ffi-compiler/pkg/PLIST
Normal file
20
devel/ruby-ffi-compiler/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ffi-compiler.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/compile_task.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/export_task.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/exporter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi-compiler/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi-compiler/loader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/loader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/platform.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/task.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue