blob: 39a77effa1b3f64d7d70e4b77528d0b7263a1aed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= later
PORTVERSION= 0.7.5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Utilities for Delaying Function Execution
LICENSE= GPLv2+
BROKEN_i386= Undefined symbol "_ZN5boost7atomics6detail8lockpool11scoped_lockC1EPVKv"
USES= cran:auto-plist,compiles
CRAN_DEPENDS= R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
.include <bsd.port.mk>
|