blob: e352609a635e711829332c9480d8a1de583ab7ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= checkmate
DISTVERSION= 2.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Fast and versatile argument checks
WWW= https://cran.r-project.org/web/packages/checkmate/
LICENSE= BSD3CLAUSE
CRAN_DEPENDS= R-cran-backports>0:math/R-cran-backports
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|