freebsd-ports/math/R-cran-sandwich/Makefile
2014-09-22 08:16:39 +00:00

19 lines
373 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= sandwich
DISTVERSION= 2.3-2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Robust Covariance Matrix Estimators
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
USES= cran:auto-plist
.include <bsd.port.mk>