mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-google-protobuf/Makefile 516076 2019-10-30 15:41:46Z sunpoet $
|
|
|
|
PORTNAME= google-protobuf
|
|
PORTVERSION= 3.10.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby extension to Google Protocol Buffers
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|