mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Add rubygem-ffi-libarchive 1.0.3
This library provides Ruby FFI bindings to the well-known libarchive library. WWW: https://github.com/chef/ffi-libarchive
This commit is contained in:
parent
7eb8b72dc7
commit
5c1bd360f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543728
@ -6023,6 +6023,7 @@
|
||||
SUBDIR += rubygem-fattr
|
||||
SUBDIR += rubygem-ffi
|
||||
SUBDIR += rubygem-ffi-compiler
|
||||
SUBDIR += rubygem-ffi-libarchive
|
||||
SUBDIR += rubygem-ffi-win32-extensions
|
||||
SUBDIR += rubygem-ffi-yajl
|
||||
SUBDIR += rubygem-ffi110
|
||||
|
22
devel/rubygem-ffi-libarchive/Makefile
Normal file
22
devel/rubygem-ffi-libarchive/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ffi-libarchive
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby FFI binding to libarchive
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-ffi-libarchive/distinfo
Normal file
3
devel/rubygem-ffi-libarchive/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1595865767
|
||||
SHA256 (rubygem/ffi-libarchive-1.0.3.gem) = 281d0814ae59bfc7e6af92e7f79984e82106bbf85b363477119c56a1fe650794
|
||||
SIZE (rubygem/ffi-libarchive-1.0.3.gem) = 15360
|
3
devel/rubygem-ffi-libarchive/pkg-descr
Normal file
3
devel/rubygem-ffi-libarchive/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This library provides Ruby FFI bindings to the well-known libarchive library.
|
||||
|
||||
WWW: https://github.com/chef/ffi-libarchive
|
Loading…
Reference in New Issue
Block a user