aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-DCluster/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 02:47:50 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 02:47:50 +0000
commit7f304cff483643ad307e41376b6174584851e663 (patch)
tree3e8ede3ea330b628dbb6451fe137d5fd3ef68257 /science/R-cran-DCluster/Makefile
parentfc855a441b07b434062e81fd5be761cc0aa1f1f8 (diff)
downloadports-7f304cff483643ad307e41376b6174584851e663.tar.gz
ports-7f304cff483643ad307e41376b6174584851e663.zip
Notes
Diffstat (limited to 'science/R-cran-DCluster/Makefile')
-rw-r--r--science/R-cran-DCluster/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile
new file mode 100644
index 000000000000..3a64c5e24076
--- /dev/null
+++ b/science/R-cran-DCluster/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-DCluster
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DCluster
+DISTVERSION= 0.2-3
+CATEGORIES= science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Functions for the detection of spatial clusters of diseases
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>