Switch WWW to canonical form. Changelog: https://cran.r-project.org/web/packages/diffobj/news/news.html
21 lines
501 B
Makefile
21 lines
501 B
Makefile
PORTNAME= diffobj
|
|
DISTVERSION= 0.3.6
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Diffs for R Objects
|
|
WWW= https://cran.r-project.org/package=diffobj
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
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-knitr>0:print/R-cran-knitr \
|
|
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|