6534922ef6
- Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gherkin
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|