freebsd-ports/devel/R-cran-lifecycle/Makefile
TAKATSU Tomonari c4c455d333 - Add new port: devel/R-cran-lifecycle
Manage the life cycle of your exported functions with shared
  conventions, documentation badges, and non-invasive deprecation
  warnings. The 'lifecycle' package defines four development stages
  (experimental, maturing, stable, and questioning) and three deprecation
  stages (soft-deprecated, deprecated, and defunct). It makes it easy
  to insert badges corresponding to these stages in your documentation.
  Usage of deprecated functions are signalled with increasing levels
  of non-invasive verbosity.

  WWW: https://cran.r-project.org/web/packages/lifecycle/
2019-09-28 07:25:30 +00:00

20 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= lifecycle
PORTVERSION= 0.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Manage the Life Cycle of your Package Functions
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \
R-cran-rlang>=0.4.0:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>