summaryrefslogtreecommitdiff
path: root/textproc/rubygem-cucumber-gherkin30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-cucumber-gherkin30/Makefile')
-rw-r--r--textproc/rubygem-cucumber-gherkin30/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/rubygem-cucumber-gherkin30/Makefile b/textproc/rubygem-cucumber-gherkin30/Makefile
deleted file mode 100644
index e654f8ca3625..000000000000
--- a/textproc/rubygem-cucumber-gherkin30/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= cucumber-gherkin
-PORTVERSION= 30.0.4
-PORTREVISION= 1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 30
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
-WWW= https://github.com/cucumber/gherkin
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-cucumber-messages27>=25<28:devel/rubygem-cucumber-messages27
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^30\.
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
-
-.include <bsd.port.mk>