mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
create bsd12 branch
This commit is contained in:
14
ruby/rubygem-msgpack/Makefile
Normal file
14
ruby/rubygem-msgpack/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# $FreeBSD: head/devel/rubygem-msgpack/Makefile 508184 2019-08-05 15:42:44Z sunpoet $
|
||||
|
||||
PORTNAME= msgpack
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Gems for MessagePack
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-msgpack/distinfo
Normal file
3
ruby/rubygem-msgpack/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565012810
|
||||
SHA256 (rubygem/msgpack-1.3.1.gem) = c1835bdcd28ea1be05e1a69f97e5aed0a492a87cf8f89dd537a78e28eaac22e3
|
||||
SIZE (rubygem/msgpack-1.3.1.gem) = 82432
|
||||
5
ruby/rubygem-msgpack/pkg-descr
Normal file
5
ruby/rubygem-msgpack/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
MessagePack is a binary-based efficient data interchange format that
|
||||
is focused on high performance. It is like JSON, but very fast and
|
||||
small.
|
||||
|
||||
WWW: https://msgpack.org/
|
||||
Reference in New Issue
Block a user