summaryrefslogtreecommitdiff
path: root/devel/R-cran-blob/Makefile
blob: 26ca21ae516b2a432d8cc337f008c36d9ad85034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Guangyuan Yang <ygy@FreeBSD.org>

PORTNAME=	blob
DISTVERSION=	1.2.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	R-cran-rlang>0:devel/R-cran-rlang \
		R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
		R-cran-crayon>0:devel/R-cran-crayon \
		R-cran-pillar>=1.2.1:devel/R-cran-pillar \
		R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist

.include <bsd.port.mk>