mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
16 lines
305 B
Makefile
16 lines
305 B
Makefile
PORTNAME= grpc_reflection
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= GRPC Server Reflection Protocol for Ruby
|
|
WWW= https://github.com/y-yagi/grpc_reflection
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|