mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e8ca1120fa
- Replace tab with a single space after WWW: in pkg-descr
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# 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:${PORTSDIR}/math/R-cran-spdep
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|