mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
19 lines
377 B
Makefile
19 lines
377 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= caTools
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Tools: moving window statistics, GIF, Base64, ROC AUC, etc
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|