aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-Epi/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-17 06:55:27 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-17 06:55:27 +0000
commit78ed5f9954f5140180be6afad9be7801fb6aceef (patch)
treed9fd75c0b0d484e55be6a7ddc632b23d52afee08 /science/R-cran-Epi/Makefile
parent8c855f28d716abe518652bf90a30b7c3d7105345 (diff)
downloadports-78ed5f9954f5140180be6afad9be7801fb6aceef.tar.gz
ports-78ed5f9954f5140180be6afad9be7801fb6aceef.zip
Notes
Diffstat (limited to 'science/R-cran-Epi/Makefile')
-rw-r--r--science/R-cran-Epi/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile
new file mode 100644
index 000000000000..bcf0296df567
--- /dev/null
+++ b/science/R-cran-Epi/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: R-cran-Epi
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Epi
+PORTVERSION= 1.1.24
+CATEGORIES= science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= A package for statistical analysis in epidemiology
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>