blob: 9c1999838c9d28e039a214a3fe2664fc24c72663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= hunspell
DISTVERSION= 3.0.2
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= High-Performance Stemmer, Tokenizer, and Spell Checker
LICENSE= GPLv2 LGPL21 MPL11
LICENSE_COMB= dual
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-digest>0:security/R-cran-digest
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-spelling>0:textproc/R-cran-spelling
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|