freebsd-ports/textproc/rubygem-gherkin/Makefile
Sunpoet Po-Chuan Hsieh 6534922ef6 - Update to 3.2.0
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:52 +00:00

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>