forked from Lainports/freebsd-ports
17 lines
405 B
Makefile
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>
|