mirror of https://git.FreeBSD.org/ports.git
20 lines
321 B
Makefile
20 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>
|