aboutsummaryrefslogtreecommitdiffstats
path: root/science/R-cran-DCluster/Makefile
blob: 1c72d7700061cb6adf8be6321d2fc1983f9a5fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   DCluster
DISTVERSION=    0.2-7
CATEGORIES= science
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Functions for the detection of spatial clusters of diseases

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

RUN_DEPENDS=    R-cran-spdep>0:math/R-cran-spdep

USES=   cran:auto-plist

.include <bsd.port.mk>