mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
17 lines
311 B
Makefile
17 lines
311 B
Makefile
PORTNAME= cucumber-messages
|
|
PORTVERSION= 27.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Protocol Buffer messages for Cucumber
|
|
WWW= https://github.com/cucumber/messages
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|