freebsd-ports/devel/rubygem-google-protobuf/Makefile

18 lines
328 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-protobuf
PORTVERSION= 3.19.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_GLOB= *.rb
.include <bsd.port.mk>