16 lines
344 B
Makefile
16 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/06/06 23:49:29 mef Exp $
|
|
|
|
R_PKGNAME= bit64
|
|
R_PKGVER= 4.0.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= S3 class for vectors of 64-bit integers
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= R-bit>=4.0.0:../../devel/R-bit
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|