pkgsrc/textproc/R-hunspell/Makefile
mef 73c5a3835d (textproc/R-hunspell) Updated 3.0.1 to 3.0.2
3.0.2
  - Find paths to dictionaries of RStudio 1.3.x and 1.4.x (@GegznaV, #42)
2023-06-11 10:43:31 +00:00

23 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.3 2023/06/11 10:43:31 mef Exp $
R_PKGNAME= hunspell
R_PKGVER= 3.0.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= High-Performance Stemmer, Tokenizer, and Spell Checker
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
# Packages suggested but not available:
# 'pdftools', 'janeaustenr', 'wordcloud2', 'stopwords'
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"