bd7906540b
Straightfoward pure-ruby first-class Protocol Buffers library. Supports optional and required fields, repeated and packed repeated fields, varints, 32 and 64 bit fields, length-delimited fields, embedded messages and enums, and defaults. Per spec, unknown fields are ignored. WWW: https://github.com/protobuf-ruby/beefcake Reviewed by: romain Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17710
21 lines
317 B
Makefile
21 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= beefcake
|
|
DISTVERSION= 1.2.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= dch@FreeBSD.org
|
|
COMMENT= Protocol Buffers library in pure Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/protoc-gen-beefcake
|
|
|
|
.include <bsd.port.mk>
|