diff options
-rw-r--r-- | devel/rubygem-cucumber-tag_expressions/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rubygem-cucumber-tag_expressions/Makefile b/devel/rubygem-cucumber-tag_expressions/Makefile index b6c477e2aa34..f59b4372b6cb 100644 --- a/devel/rubygem-cucumber-tag_expressions/Makefile +++ b/devel/rubygem-cucumber-tag_expressions/Makefile @@ -12,9 +12,10 @@ COMMENT= Cucumber tag expressions for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/cucumber-tag-expressions |