15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DCluster
|
|
DISTVERSION= 0.2-6
|
|
PORTREVISION= 6
|
|
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:${PORTSDIR}/math/R-cran-spdep
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|