pkgsrc/devel/R-bindr/Makefile
minskim 4ae080de17 devel/R-bindr: Import version 0.1.1
Provides a simple interface for creating active bindings where the
bound function accepts additional arguments.
2018-04-16 15:54:51 +00:00

14 lines
324 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/04/16 15:54:51 minskim Exp $
DISTNAME= bindr_0.1.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/krlmlr/bindr
COMMENT= Parametrized Active Bindings
LICENSE= mit
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"