blob: eb395895c3075b2c3274d0ee3078120aa53744f5 (
plain) (
blame)
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
|
PORTNAME= gert
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jpbeconne@free.fr
COMMENT= Simple Git Client for R
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>
|