21 lines
444 B
Makefile
21 lines
444 B
Makefile
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.23.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 323
|
|
|
|
MAINTAINER= ruby@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
|
|
|
|
PORTSCOUT= limit:^3\.23\.
|
|
|
|
.include <bsd.port.mk>
|