diff options
Diffstat (limited to 'textproc/rubygem-gherkin/Makefile')
-rw-r--r-- | textproc/rubygem-gherkin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-gherkin/Makefile b/textproc/rubygem-gherkin/Makefile index 21ce391a55e5..120f3c949043 100644 --- a/textproc/rubygem-gherkin/Makefile +++ b/textproc/rubygem-gherkin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gherkin -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -15,4 +15,6 @@ NO_ARCH= yes USE_RUBY= yes USES= gem +PLIST_FILES= bin/gherkin-ruby + .include <bsd.port.mk> |