aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-spelling/Makefile
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-12-09 17:19:03 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-12-09 17:19:03 +0000
commitb89ab73481f5c40f3913ed94640648a8a81fc339 (patch)
tree75fc98e2d4f526d773db8a80629660dc51760f42 /textproc/R-cran-spelling/Makefile
parent1bc20ab8a67b9c3c65bfaf51832416d5bcd0c758 (diff)
downloadports-b89ab73481f5c40f3913ed94640648a8a81fc339.tar.gz
ports-b89ab73481f5c40f3913ed94640648a8a81fc339.zip
textproc/R-cran-spelling: New port
Tools for Spell Checking in R.
Diffstat (limited to 'textproc/R-cran-spelling/Makefile')
-rw-r--r--textproc/R-cran-spelling/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/R-cran-spelling/Makefile b/textproc/R-cran-spelling/Makefile
new file mode 100644
index 000000000000..673009854413
--- /dev/null
+++ b/textproc/R-cran-spelling/Makefile
@@ -0,0 +1,21 @@
+# 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>