summaryrefslogtreecommitdiff
path: root/devel/R-blob/Makefile
blob: c48dfc3d93bd3967182722831bc6fac8aab1e6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2019/07/31 15:16:44 brook Exp $

CATEGORIES=	devel R

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://github.com/tidyverse/blob
COMMENT=	Simple S3 class for representing vectors of binary data ('BLOBS')
LICENSE=	gnu-gpl-v3

R_PKGNAME=	blob
R_PKGVER=	1.2.0

DEPENDS+=	R-rlang>=0.4.0:../../devel/R-rlang
DEPENDS+=	R-prettyunits>=1.0.2:../../math/R-prettyunits
DEPENDS+=	R-vctrs>=0.2.0:../../math/R-vctrs

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"