9502836716
- Add missing DEPENDS
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MatchIt
|
|
DISTVERSION= 3.0.1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Nonparametric Preprocessing for Parametric Casual Inference
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= R-cran-Matching>=0:math/R-cran-Matching \
|
|
R-cran-rgenoud>=0:math/R-cran-rgenoud
|
|
RUN_DEPENDS= R-cran-Matching>=0:math/R-cran-Matching \
|
|
R-cran-rgenoud>=0:math/R-cran-rgenoud
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|