ports/devel/R-cran-blob/Makefile
Zsolt Udvari 1f90d4c88b devel/R-cran-blob: Take maintainership
Fix comment as portlint suggests.
2025-02-23 10:20:24 +01:00

22 lines
589 B
Makefile

PORTNAME= blob
DISTVERSION= 1.2.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
WWW= https://blob.tidyverse.org
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-crayon>0:devel/R-cran-crayon \
R-cran-pillar>=1.2.1:devel/R-cran-pillar \
R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>