mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
19 lines
321 B
Makefile
19 lines
321 B
Makefile
PORTNAME= cucumber-messages
|
|
PORTVERSION= 25.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 25
|
|
|
|
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:^15\.
|
|
|
|
.include <bsd.port.mk>
|