mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
15 lines
305 B
Makefile
15 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>
|