4ae080de17
Provides a simple interface for creating active bindings where the bound function accepts additional arguments.
14 lines
324 B
Makefile
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"
|