freebsd-ports/graphics/R-cran-scales/Makefile

26 lines
645 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= scales
2012-12-06 23:15:17 +01:00
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 \
2012-05-09 23:47:23 +02:00
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
NO_STAGE= yes
.include <bsd.port.mk>