aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-repr/Makefile
blob: b7ea2179a982a4b1764af35f5d764e1840097f4e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                 

                    
                     







                                             
                                                              

                                                              



                                                              


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

PORTNAME=	repr
PORTVERSION=	1.1.3
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Serializable Reprensentations

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-htmltools>0:textproc/R-cran-htmltools \
		R-cran-jsonlite>0:converters/R-cran-jsonlite \
		R-cran-pillar>=1.4.0:devel/R-cran-pillar \
		R-cran-base64enc>0:converters/R-cran-base64enc
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>