freebsd-ports/devel/R-cran-caTools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
367 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= caTools
PORTVERSION= 1.17.1
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:devel/R-cran-bitops
USES= cran:auto-plist
.include <bsd.port.mk>