1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/R-cran-caTools/Makefile

19 lines
377 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= caTools
2013-11-23 06:00:41 +00:00
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>