opnsense-ports/math/R-cran-miscTools/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

21 lines
446 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= miscTools
DISTVERSION= 0.6-26
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Miscellaneous small tools and utilities for R
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>