summaryrefslogtreecommitdiff
path: root/devel/R-cran-prettyunits/Makefile
blob: c513894e4caaf7838babd39f983422e19e3663e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	prettyunits
PORTVERSION=	1.1.1
PORTREVISION=	1
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>