diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-21 11:31:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-21 11:31:42 +0000 |
commit | fe936f9289e1835fe4cfa1329b19ed94becd14b8 (patch) | |
tree | e827e9f3a5870a1cff16a18737bb3502ae64c84e /textproc/rubygem-ferret/Makefile | |
parent | b250f02513022e7d329068f3f2e2a0fa85154a2b (diff) | |
download | ports-fe936f9289e1835fe4cfa1329b19ed94becd14b8.tar.gz ports-fe936f9289e1835fe4cfa1329b19ed94becd14b8.zip |
Notes
Diffstat (limited to 'textproc/rubygem-ferret/Makefile')
-rw-r--r-- | textproc/rubygem-ferret/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile index cf7af60b5abe..cb13135ed73a 100644 --- a/textproc/rubygem-ferret/Makefile +++ b/textproc/rubygem-ferret/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= ferret -PORTVERSION= 0.11.8.5 +PORTVERSION= 0.11.8.6 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ferret is a ruby port of Lucene +LICENSE= MIT + USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/ferret-browser .include <bsd.port.mk> |