mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
New port: devel/rubygem-ruby-macho
A pure-Ruby library for parsing Mach-O files. WWW: https://github.com/Homebrew/ruby-macho
This commit is contained in:
parent
c31d3e06e1
commit
23052f46f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463233
@ -5729,6 +5729,7 @@
|
||||
SUBDIR += rubygem-ruby-filemagic
|
||||
SUBDIR += rubygem-ruby-fogbugz
|
||||
SUBDIR += rubygem-ruby-libvirt
|
||||
SUBDIR += rubygem-ruby-macho
|
||||
SUBDIR += rubygem-ruby-ole
|
||||
SUBDIR += rubygem-ruby-prof
|
||||
SUBDIR += rubygem-ruby-prof016
|
||||
|
19
devel/rubygem-ruby-macho/Makefile
Normal file
19
devel/rubygem-ruby-macho/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ruby-macho
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library for parsing Mach-O files
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-ruby-macho/distinfo
Normal file
3
devel/rubygem-ruby-macho/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1519829709
|
||||
SHA256 (rubygem/ruby-macho-1.1.0.gem) = 06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5
|
||||
SIZE (rubygem/ruby-macho-1.1.0.gem) = 29696
|
3
devel/rubygem-ruby-macho/pkg-descr
Normal file
3
devel/rubygem-ruby-macho/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A pure-Ruby library for parsing Mach-O files.
|
||||
|
||||
WWW: https://github.com/Homebrew/ruby-macho
|
Loading…
Reference in New Issue
Block a user