blob: 24629cdf74c7e5b5cf4f241212f13c6aa80bb25f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: R-cran-scales
# Date created: 2012-02-08
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= scales
PORTVERSION= 0.2.1
PORTREVISION= 1
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>
|