summaryrefslogtreecommitdiff
path: root/math/R-cran-memisc/Makefile
blob: 95659c7e15eb7f958b2a7d181d29e4945f63e888 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	memisc
DISTVERSION=	0.99.31.8.3
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Provides an infrastructure for the management of survey data
WWW=		https://www.elff.eu/software/memisc/

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-data.table>0:devel/R-cran-data.table \
		R-cran-jsonlite>0:converters/R-cran-jsonlite \
		R-cran-yaml>0:textproc/R-cran-yaml

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>