mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
22 lines
423 B
Makefile
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>
|