pkgsrc/devel/R-IRdisplay/Makefile

17 lines
337 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:37 brook Exp $
R_PKGNAME= IRdisplay
R_PKGVER= 0.7.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"