blob: 9762f579d3371d4a4e2af10c845cb3ed0e1a353b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= prettyunits
PORTVERSION= 1.0.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pretty, Human Readable Formatting of Quantities
LICENSE= MIT
CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-assertthat>0:math/R-cran-assertthat
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|