mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b89ab73481
Tools for Spell Checking in R.
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
|
|
|
PORTNAME= spelling
|
|
DISTVERSION= 2.2
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Tools for Spell Checking in R
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
|
|
R-cran-commonmark>0:textproc/R-cran-commonmark \
|
|
R-cran-hunspell>=3.0:textproc/R-cran-hunspell \
|
|
R-cran-xml2>0:textproc/R-cran-xml2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|