freebsd-ports/devel/R-cran-caTools/Makefile
2021-04-06 16:31:07 +02:00

19 lines
426 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= caTools
PORTVERSION= 1.18.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools: moving window statistics, GIF, Base64, ROC AUC, etc
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>