summaryrefslogtreecommitdiff
path: root/math/R-CGIwithR/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 07:42:19 +0000
committerrillig <rillig>2005-11-04 07:42:19 +0000
commit84c4544fbb72cdbed9cacb7136a8e1988c6a07cd (patch)
tree13772c8dffafe5053ccdf3d6bca739bb16a9c687 /math/R-CGIwithR/Makefile
parent0c25d51c26350513799cffe201a73553b037241a (diff)
downloadpkgsrc-84c4544fbb72cdbed9cacb7136a8e1988c6a07cd.tar.gz
Imported R-CGIwithR from wip.
Facilities for the use of R to write CGI scripts.
Diffstat (limited to 'math/R-CGIwithR/Makefile')
-rw-r--r--math/R-CGIwithR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile
new file mode 100644
index 00000000000..4de246dd599
--- /dev/null
+++ b/math/R-CGIwithR/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR.html
+COMMENT= Facilities for the use of R to write CGI scripts
+
+R_PKGNAME= CGIwithR
+R_PKGVER= 0.61
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"