aboutsummaryrefslogblamecommitdiff
path: root/textproc/R-cran-htmltools/Makefile
blob: 5ee61432c6be5c9c48cd1c3501b8a516fb9182dc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 

                         
                     





                                                    
                      
 
                                                        
                                                                

                                                         

                               
 
                                

                      
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	htmltools
PORTVERSION=	0.5.2
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Tools for HTML generation and output

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-digest>0:security/R-cran-digest \
		R-cran-base64enc>0:converters/R-cran-base64enc \
		R-cran-rlang>=0.4.10:devel/R-cran-rlang \
		R-cran-fastmap>0:databases/R-cran-fastmap
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>