pkgsrc/devel/R-IRdisplay/Makefile

16 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/06/06 15:19:02 mef Exp $
R_PKGNAME= IRdisplay
R_PKGVER= 1.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
COMMENT= Jupyter display machinery
LICENSE= mit
DEPENDS+= R-repr>=0.19.2:../../devel/R-repr
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"