17 lines
330 B
Makefile
17 lines
330 B
Makefile
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.21.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby extension to Google Protocol Buffers
|
|
WWW= https://developers.google.com/protocol-buffers/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
SHEBANG_GLOB= *.rb
|
|
|
|
.include <bsd.port.mk>
|