1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/science/R-cran-DCluster/Makefile
TAKATSU Tomonari e8ca1120fa - Update to 0.2-7
- Replace tab with a single space after WWW: in pkg-descr
2015-06-13 05:45:48 +00:00

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>