21 lines
374 B
Makefile
21 lines
374 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.15.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 315
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby extension to Google Protocol Buffers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
PORTSCOUT= limit:^3\.15\.
|
|
|
|
SHEBANG_GLOB= *.rb
|
|
|
|
.include <bsd.port.mk>
|