blob: 98ce6bf741aef1f90fe7018cc7be291b55e23dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:38 brook Exp $
R_PKGNAME= blob
R_PKGVER= 1.2.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
COMMENT= Simple S3 class for representing vectors of binary data ('BLOBS')
LICENSE= gnu-gpl-v3
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"
|