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

23 lines
498 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= survey
2021-09-15 09:36:16 +02:00
DISTVERSION= 4.1-1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Analysis of complex survey samples
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
2018-10-15 11:22:24 +02:00
CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \
2019-05-14 14:54:59 +02:00
R-cran-numDeriv>=0:math/R-cran-numDeriv \
2020-04-08 01:10:55 +02:00
R-cran-mitools>=2.4:math/R-cran-mitools
2018-10-15 11:22:24 +02:00
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>