mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
19 lines
321 B
Makefile
19 lines
321 B
Makefile
PORTNAME= cucumber-messages
|
|
PORTVERSION= 24.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 24
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Protocol Buffer messages for Cucumber
|
|
WWW= https://github.com/cucumber/messages
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^24\.
|
|
|
|
.include <bsd.port.mk>
|