aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-lubridate/Makefile
blob: 8612a74c781c3ca24e5484bcf23ddb55fc259691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	lubridate
PORTVERSION=	1.8.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Make Dealing with Dates a Little Easier

LICENSE=	GPLv2+

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

USES=		compiler:c++11-lang cran:auto-plist,compiles

.include <bsd.port.mk>