mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
20 lines
353 B
Makefile
20 lines
353 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 38
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby extension to Google Protocol Buffers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PORTSCOUT= limit:^3\.8\.
|
|
|
|
.include <bsd.port.mk>
|