freebsd-ports/math/R-cran-sandwich/Makefile

20 lines
373 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= sandwich
2014-09-22 10:16:39 +02:00
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>