blob: 0e8cd759d66658a0bb3f15dc3fa13e1369a94925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= gert
DISTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jpbeconne@free.fr
COMMENT= Simple Git Client for R
WWW= https://docs.ropensci.org/gert/
LICENSE= MIT
CRAN_DEPENDS= R-cran-askpass>0:security/R-cran-askpass \
R-cran-credentials>=1.2.1:security/R-cran-credentials \
R-cran-openssl>=1.4.1:security/R-cran-openssl \
R-cran-rstudioapi>=0.11:devel/R-cran-rstudioapi \
R-cran-sys>0:devel/R-cran-sys \
R-cran-zip>=2.1.0:archivers/R-cran-zip
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
LIB_DEPENDS= libgit2.so:devel/libgit2
USES= cran:auto-plist
#Bogus stage-qa as this is $ARCH dependent
NO_ARCH_IGNORE= gert.so
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/gert/libs/gert.so
.include <bsd.port.mk>
|