blob: c02c6521d1f024c9cc643da7b23950c9c5b3f8bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= chk
PORTVERSION= 0.10.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Check User-Supplied Function Arguments
WWW= https://github.com/poissonconsulting/chk
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-lifecycle>0:devel/R-cran-lifecycle
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|