aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-google-protobuf315/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:14:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:46:55 +0000
commitd912fa05796fcc01b6c672254860e29adb261ab0 (patch)
tree0f4375931752a67638942e3c96748454d2bec24e /devel/rubygem-google-protobuf315/Makefile
parent22c87760e43a94b2b2edf04f7df689803683a647 (diff)
downloadports-d912fa05796fcc01b6c672254860e29adb261ab0.tar.gz
ports-d912fa05796fcc01b6c672254860e29adb261ab0.zip
Diffstat (limited to 'devel/rubygem-google-protobuf315/Makefile')
-rw-r--r--devel/rubygem-google-protobuf315/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-google-protobuf315/Makefile b/devel/rubygem-google-protobuf315/Makefile
new file mode 100644
index 000000000000..40c958f96a86
--- /dev/null
+++ b/devel/rubygem-google-protobuf315/Makefile
@@ -0,0 +1,21 @@
+# 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>