aboutsummaryrefslogblamecommitdiff
path: root/graphics/R-cran-scales/Makefile
blob: 8c66c00982013e8dd5b5a56a8dcaae25d5dc6b82 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
           

                      
                     
                 







                                            

                                                             
                                             

                                                                    
                                                                

                               
 
                                

                      
# $FreeBSD$

PORTNAME=	scales
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Scale functions for graphics

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-labeling>0:math/R-cran-labeling \
		R-cran-munsell>=0.5:graphics/R-cran-munsell \
		R-cran-R6>0:devel/R-cran-R6 \
		R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
		R-cran-Rcpp>0:devel/R-cran-Rcpp \
		R-cran-viridisLite>0:graphics/R-cran-viridisLite
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>