blob: 4efbe86f957a2c3df3abbc0270dc257548f6c1b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= miscTools
DISTVERSION= 0.6-26
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Miscellaneous small tools and utilities for R
WWW= http://www.micecon.org/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
CRAN_DEPENDS= R-cran-digest>=0:security/R-cran-digest
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|