freebsd-ports/graphics/R-cran-scales/Makefile
Brendan Fabeny e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00

24 lines
631 B
Makefile

# $FreeBSD$
PORTNAME= scales
PORTVERSION= 0.2.3
PORTREVISION= 3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Scale functions for graphics
LICENSE= MIT
RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \
R-cran-stringr>=0:${PORTSDIR}/textproc/R-cran-stringr \
R-cran-dichromat>=0:${PORTSDIR}/graphics/R-cran-dichromat \
R-cran-munsell>=0.2:${PORTSDIR}/graphics/R-cran-munsell \
R-cran-plyr>=1.2:${PORTSDIR}/devel/R-cran-plyr \
R-cran-labeling>=0:${PORTSDIR}/math/R-cran-labeling
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>