mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
484 B
Makefile
22 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ggplot2
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Implementation of the Grammar of Graphics
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-digest>=0:security/R-cran-digest \
|
|
R-cran-gtable>=0.1.1:math/R-cran-gtable \
|
|
R-cran-plyr>=1.7.1:devel/R-cran-plyr \
|
|
R-cran-reshape2>=0:devel/R-cran-reshape2 \
|
|
R-cran-scales>=0.3.0:graphics/R-cran-scales
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|