R-prettyunits: update to canonical form of an R package.
This commit is contained in:
parent
c2994a58a6
commit
5e8478c09a
1 changed files with 8 additions and 6 deletions
|
@ -1,15 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/04/13 15:26:31 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/07/31 20:17:48 brook Exp $
|
||||
|
||||
DISTNAME= prettyunits_1.0.2
|
||||
CATEGORIES= math
|
||||
CATEGORIES= math R
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/gaborcsardi/prettyunits
|
||||
COMMENT= Pretty, Human Readable Formatting of Quantities
|
||||
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
|
||||
R_PKGNAME= prettyunits
|
||||
R_PKGVER= 1.0.2
|
||||
|
||||
DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat
|
||||
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
Loading…
Reference in a new issue