mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
15 lines
300 B
Makefile
15 lines
300 B
Makefile
PORTNAME= bindr
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Parametrized Active Bindings
|
|
WWW= https://cran.r-project.org/web/packages/bindr/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|