19 lines
304 B
Makefile
19 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.5.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 351
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby extension to Google Protocol Buffers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PORTSCOUT= limit:^3\.5\.1
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|