summaryrefslogtreecommitdiff
path: root/devel/R-cran-hms/Makefile
blob: 897434dcd1d8dbca9790b9994ce1acd4e166c987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	hms
PORTVERSION=	1.1.2
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Pretty Time of Day
WWW=		https://cran.r-project.org/web/packages/hms/

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-ellipsis>=0.3.2:devel/R-cran-ellipsis \
		R-cran-lifecycle>0:devel/R-cran-lifecycle \
		R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
		R-cran-rlang>0:devel/R-cran-rlang \
		R-cran-vctrs>=0.3.8:devel/R-cran-vctrs
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>