freebsd-ports/devel/R-cran-sourcetools/Makefile
Zsolt Udvari f1d47296cc devel/R-cran-sourcetools: Add TEST_DEPENDS
Add LICENSE_FILE.
Take maintainership.
2024-09-17 21:34:52 +02:00

17 lines
405 B
Makefile

PORTNAME= sourcetools
DISTVERSION= 0.1.7-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Tools for the Reading and Tokenization of R Code
WWW= https://cran.r-project.org/web/packages/sourcetools/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>