mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
16 lines
357 B
Makefile
16 lines
357 B
Makefile
PORTNAME= kit
|
|
DISTVERSION= 0.0.19
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Data Manipulation Functions Implemented in C
|
|
WWW= https://cran.r-project.org/web/packages/kit/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
#testunit fails: https://github.com/2005m/kit/issues/40
|
|
|
|
.include <bsd.port.mk>
|