opnsense-ports/devel/rubygem-google-protobuf/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

18 lines
401 B
Makefile

PORTNAME= google-protobuf
PORTVERSION= 3.23.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
WWW= https://protobuf.dev/ \
https://github.com/protocolbuffers/protobuf \
https://github.com/protocolbuffers/protobuf/tree/main/ruby
LICENSE= BSD3CLAUSE
USES= gem shebangfix
SHEBANG_GLOB= *.rb
.include <bsd.port.mk>