summaryrefslogtreecommitdiff
path: root/devel/rubygem-protobuf-cucumber/Makefile
blob: be7a98d3553daa70a1c8908136e05e75d38c21db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	protobuf-cucumber
PORTVERSION=	3.10.8
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Protocol Buffers serialization and RPC implementation for Cucumber

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activesupport60>=3.2:devel/rubygem-activesupport60 \
		rubygem-middleware>=0:devel/rubygem-middleware \
		rubygem-thor>=0:devel/rubygem-thor \
		rubygem-thread_safe>=0:devel/rubygem-thread_safe

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/protoc-gen-ruby \
		bin/rpc_server

.include <bsd.port.mk>