Update devel/rubygem-google-protobuf to version 3.3.0
[dports.git] / devel / rubygem-google-protobuf / Makefile
1 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       google-protobuf
5 PORTVERSION=    3.3.0
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Ruby extension to Google Protocol Buffers
11
12 LICENSE=        BSD3CLAUSE
13
14 USE_RUBY=       yes
15 USES=           gem
16
17 .include <bsd.port.mk>