ports/devel/rubygem-cucumber-messages4/Makefile
2021-04-06 16:31:07 +02:00

22 lines
423 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= cucumber-messages
PORTVERSION= 4.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protocol Buffer messages for Cucumber
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-google-protobuf>=3.2:devel/rubygem-google-protobuf
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>