diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2020-12-09 02:51:30 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2020-12-09 02:51:30 +0000 |
commit | b26385df0dde27ba49800c169b4f3bff746ff575 (patch) | |
tree | 611fa245b9200cb19cc6e3bdf471f0c558d7ae04 /devel/R-cran-diffobj/Makefile | |
parent | 51f649c21e74ccf66263acea10c0d7ea86b5a124 (diff) | |
download | ports-b26385df0dde27ba49800c169b4f3bff746ff575.tar.gz ports-b26385df0dde27ba49800c169b4f3bff746ff575.zip |
New port: devel/R-cran-diffobj: Diffs for R Objects
PR: 251661
Approved by: lwhsu
Notes
Notes:
svn path=/head/; revision=557339
Diffstat (limited to 'devel/R-cran-diffobj/Makefile')
-rw-r--r-- | devel/R-cran-diffobj/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/R-cran-diffobj/Makefile b/devel/R-cran-diffobj/Makefile new file mode 100644 index 000000000000..0ea79d1826fb --- /dev/null +++ b/devel/R-cran-diffobj/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= diffobj +DISTVERSION= 0.3.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Diffs for R Objects + +LICENSE= GPLv2+ + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-crayon>=1.3.2:devel/R-cran-crayon +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> |