blob: a59a5c887e4781662f72a69176304a8b73bb0001 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= DCluster
PORTREVISION= 2
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,compiles
.include <bsd.port.mk>
|