summaryrefslogtreecommitdiff
path: root/textproc/R-formatR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-formatR/Makefile')
-rw-r--r--textproc/R-formatR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/R-formatR/Makefile b/textproc/R-formatR/Makefile
new file mode 100644
index 00000000000..589ab42e168
--- /dev/null
+++ b/textproc/R-formatR/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 20:31:50 brook Exp $
+
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/formatR/
+COMMENT= Format R code automatically
+# TODO: LICENSE= GPL
+
+R_PKGNAME= formatR
+R_PKGVER= 1.0
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"