blob: 202b997aa32c8cbb17be763f448775df8ca6c6f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= pingr
DISTVERSION= 2.0.1
CATEGORIES= net
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Check if a Remote Computer is Up
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-processx>0:sysutils/R-cran-processx
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|