summaryrefslogtreecommitdiff
path: root/math/R-prettyunits/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-04-13 15:26:31 +0000
committerminskim <minskim@pkgsrc.org>2018-04-13 15:26:31 +0000
commitaab7b58ee24d5c2b2a68bf327b729ba7e057709b (patch)
tree5c600fea742afd12bc5a0794ce14daf64c02bb1f /math/R-prettyunits/Makefile
parent2814131d01db177a0277b70ad0f439825129a973 (diff)
downloadpkgsrc-aab7b58ee24d5c2b2a68bf327b729ba7e057709b.tar.gz
math/R-prettyunits: Import version 1.0.2
Pretty, human readable formatting of quantities. Time intervals: 1337000 -> 15d 11h 23m 20s. Vague time intervals: 2674000 -> about a month ago. Bytes: 1337 -> 1.34 kB.
Diffstat (limited to 'math/R-prettyunits/Makefile')
-rw-r--r--math/R-prettyunits/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/R-prettyunits/Makefile b/math/R-prettyunits/Makefile
new file mode 100644
index 00000000000..cb55892fe65
--- /dev/null
+++ b/math/R-prettyunits/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/04/13 15:26:31 minskim Exp $
+
+DISTNAME= prettyunits_1.0.2
+CATEGORIES= math
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/gaborcsardi/prettyunits
+COMMENT= Pretty, Human Readable Formatting of Quantities
+LICENSE= mit
+
+DEPENDS+= R-assertthat-[0-9]*:../../devel/R-assertthat
+DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"