TAKATSU Tomonari c9523c24ec devel/R-cran-lifecycle: Update to 1.0.4
Reported by:	portscout
2023-11-09 16:22:56 +00:00

19 lines
427 B
Makefile

PORTNAME= lifecycle
PORTVERSION= 1.0.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Manage the Life Cycle of your Package Functions
WWW= https://cran.r-project.org/web/packages/lifecycle/
LICENSE= MIT
RUN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
R-cran-cli>3.4.0:devel/R-cran-cli
USES= cran:auto-plist
.include <bsd.port.mk>