Manual tweak textproc/code-minimap
[dports.git] / textproc / R-cran-hunspell / Makefile
1 PORTNAME=       hunspell
2 DISTVERSION=    3.0.2
3 PORTREVISION=   1
4 CATEGORIES=     textproc
5 DISTNAME=       ${PORTNAME}_${DISTVERSION}
6
7 MAINTAINER=     ygy@FreeBSD.org
8 COMMENT=        High-Performance Stemmer, Tokenizer, and Spell Checker
9 WWW=            https://docs.ropensci.org/hunspell/
10
11 LICENSE=        GPLv2 LGPL21 MPL11
12 LICENSE_COMB=   dual
13
14 BUILD_DEPENDS=  R-cran-knitr>0:print/R-cran-knitr
15 RUN_DEPENDS=    R-cran-Rcpp>0:devel/R-cran-Rcpp \
16                 R-cran-digest>0:security/R-cran-digest
17 TEST_DEPENDS=   R-cran-testthat>0:devel/R-cran-testthat \
18                 R-cran-knitr>0:print/R-cran-knitr \
19                 R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
20                 R-cran-spelling>0:textproc/R-cran-spelling
21
22 USES=           cran:auto-plist,compiles
23
24 .include <bsd.port.mk>