freebsd-ports/graphics/R-cran-gridExtra/Makefile
2021-04-06 16:31:07 +02:00

20 lines
420 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= gridExtra
PORTVERSION= 2.3
PORTREVISION= 4
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Miscellaneous Functions for "Grid" Graphics
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-gtable>0:math/R-cran-gtable
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>