aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-decor/Makefile
blob: 06ef3b5ad9e95da5d959f8424608a51863fd768a (plain) (tree)




















                                                              
PORTNAME=	decor
DISTVERSION=	1.0.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Retrieve Code Decorations
WWW=		https://cran.r-project.org/web/packages/decor/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

CRAN_DEPENDS=	R-cran-tibble>0:devel/R-cran-tibble \
		R-cran-vctrs>0:devel/R-cran-vctrs
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>