mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
mail/bsfilter: remove optional dependency on expired japanese/ruby-mecab and
bump PORTREVISION
This commit is contained in:
parent
ce82850852
commit
64b44225c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432618
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bsfilter
|
||||
PORTVERSION= 1.0.19
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail ruby
|
||||
MASTER_SITES= SFJP/bsfilter/59804
|
||||
|
||||
@ -19,15 +19,7 @@ USE_RUBY= yes
|
||||
USES= shebangfix tar:tgz
|
||||
SHEBANG_FILES= bsfilter/bsfilter
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES MECAB
|
||||
|
||||
MECAB_DESC= Part-of-Speech and Morphological Analyzer
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMECAB}
|
||||
RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab
|
||||
.endif
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
@ -1,6 +1,5 @@
|
||||
## example of bsfilter.conf
|
||||
#jtokenizer kakasi # 'make WITH_KAKASI=yes install'
|
||||
#jtokenizer MeCab # 'make WITH_MECAB=yes install'
|
||||
spam-cutoff 0.6
|
||||
db gdbm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user