freebsd-ports/net/rubygem-beefcake/Makefile
Dave Cottlehuber bd7906540b net/rubygem-beefcake: new port - Protocol Buffers library in pure Ruby
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
2019-05-24 06:50:00 +00:00

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>