freebsd-ports/devel/R-cran-repr/Makefile
TAKATSU Tomonari 56f2703d04 devel/R-cran-repr: Update to 1.1.6
- Update to 1.1.6
- Drop maintainership
2023-05-08 11:16:05 +00:00

21 lines
540 B
Makefile

PORTNAME= repr
PORTVERSION= 1.1.6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Serializable Reprensentations
WWW= https://cran.r-project.org/web/packages/repr/
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-base64enc>0:converters/R-cran-base64enc \
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
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>