24 lines
446 B
Makefile
24 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gherkin
|
|
PORTVERSION= 5.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Use textproc/rubygem-cucumber-gherkin instead
|
|
EXPIRATION_DATE=2020-06-30
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/gherkin bin/gherkin-ruby
|
|
|
|
.include <bsd.port.mk>
|