aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-timechange/Makefile
blob: 74cd2e5a01e97b5e068d715072e46b95ec4a96c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	timechange
PORTVERSION=	0.3.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Efficient Manipulation of Date-Times
WWW=		https://cran.r-project.org/web/packages/timechange/

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-cpp11>=0.2.7:devel/R-cran-cpp11
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>