mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
21 lines
501 B
Makefile
21 lines
501 B
Makefile
PORTNAME= google-protobuf
|
|
PORTVERSION= 4.28.3
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
|
|
rubygem-rake>=13:devel/rubygem-rake
|
|
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_GLOB= *.rb
|
|
|
|
.include <bsd.port.mk>
|