mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
the bound function accepts additional arguments. WWW: https://cran.r-project.org/web/packages/bindr/
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bindr
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Parametrized Active Bindings
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|