pkgsrc/math/R-prettyunits/Makefile
minskim 47521bd71e 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.
2018-04-13 15:26:31 +00:00

17 lines
466 B
Makefile

# $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"