blob: c759782255d902ba68172b9c97381570cfb04e93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= kit
DISTVERSION= 0.0.20
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Data Manipulation Functions Implemented in C
WWW= https://cran.r-project.org/package=kit
LICENSE= GPLv3
USES= cran:auto-plist,compiles
TESTING_UNSAFE= https://github.com/2005m/kit/issues/40
.include <bsd.port.mk>
|