aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-sourcetools/Makefile
blob: 87b986b5e80d1e0df6a741fe7b05ad54c533816e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>