pkgsrc/textproc/R-spelling/Makefile
mef 21888d0b38 (textproc/R-spelling) Updated 2.1 to 2.2
2.2
  - WORDLIST is now sorted with a locale-independent method, which avoids large
    diffs in version control due to the fact that developpers use different
    locale, with different lexicographic ordering rules (#48, @bisaloo)
  - spell_check_package() now loads Rd macros (#42)
2021-08-24 11:14:59 +00:00

19 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $
R_PKGNAME= spelling
R_PKGVER= 2.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Tools for Spell Checking in R
LICENSE= mit # + file LICENSE
DEPENDS+= R-knitr>=1.23:../../print/R-knitr
DEPENDS+= R-commonmark>=1.7:../../textproc/R-commonmark
DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2
DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"