mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
20 lines
353 B
Makefile
20 lines
353 B
Makefile
PORTNAME= cucumber-messages
|
|
PORTVERSION= 26.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 26
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^26\.
|
|
|
|
.include <bsd.port.mk>
|