devel/rubygem-ffi-yajl: NEW PORT - Ruby FFI wrapper around YAJL 2.x
PR: 192336 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor)
This commit is contained in:
parent
fc183e2778
commit
cf3fac483e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365390
4 changed files with 29 additions and 0 deletions
|
@ -4314,6 +4314,7 @@
|
|||
SUBDIR += rubygem-fastthread
|
||||
SUBDIR += rubygem-fattr
|
||||
SUBDIR += rubygem-ffi
|
||||
SUBDIR += rubygem-ffi-yajl
|
||||
SUBDIR += rubygem-file-tail
|
||||
SUBDIR += rubygem-filemagic
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
|
|
23
devel/rubygem-ffi-yajl/Makefile
Normal file
23
devel/rubygem-ffi-yajl/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ffi-yajl
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= renchap@cocoa-x.com
|
||||
COMMENT= Ruby FFI wrapper around YAJL 2.x
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= yajl>=2.0.0:${PORTSDIR}/devel/yajl \
|
||||
rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi \
|
||||
rubygem-libyajl2>=1.0.0:${PORTSDIR}/devel/rubygem-libyajl2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/ffi-yajl-bench
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-ffi-yajl/distinfo
Normal file
2
devel/rubygem-ffi-yajl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/ffi-yajl-1.0.1.gem) = 473eb82084162452ea6eb69185a4ab7a03bd46df00878c6edd191abb94c0296f
|
||||
SIZE (rubygem/ffi-yajl-1.0.1.gem) = 136704
|
3
devel/rubygem-ffi-yajl/pkg-descr
Normal file
3
devel/rubygem-ffi-yajl/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby FFI wrapper around YAJL 2.x
|
||||
|
||||
WWW: https://github.com/opscode/ffi-yajl
|
Loading…
Reference in a new issue