22 lines
538 B
Makefile
22 lines
538 B
Makefile
# 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>
|