1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/R-cran-spelling/Makefile
Guangyuan Yang b89ab73481 textproc/R-cran-spelling: New port
Tools for Spell Checking in R.
2021-12-09 12:19:03 -05:00

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>