pkgsrc/graphics/R-ggplot2/Makefile
brook 93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00

25 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:42 brook Exp $
R_PKGNAME= ggplot2
R_PKGVER= 3.2.0
CATEGORIES= graphics
MAINTAINER= minskim@NetBSD.org
COMMENT= Create elegant data visualisations using the grammar of graphics
LICENSE= gnu-gpl-v2
DEPENDS+= R-lazyeval>=0.2.2:../../devel/R-lazyeval
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
DEPENDS+= R-scales>=0.5.0:../../graphics/R-scales
DEPENDS+= R-viridisLite>=0.3.0:../../graphics/R-viridisLite
DEPENDS+= R-gtable>=0.1.1:../../math/R-gtable
DEPENDS+= R-plyr>=1.7.1:../../math/R-plyr
DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"