summaryrefslogtreecommitdiff
path: root/net/R-pingr/Makefile
blob: 6504aeee72c7c32264508e7f1724afb85a69a0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2020/08/01 13:11:51 mef Exp $

R_PKGNAME=	pingr
R_PKGVER=	2.0.1
CATEGORIES=	net

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Check if a Remote Computer is Up
LICENSE=	mit	# + file LICENSE

DEPENDS+=	R-processx>=3.4.1:../../sysutils/R-processx

# may conflict with tex-tetex-3.0.50602nb1
TEST_DEPENDS+=	tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata

USE_LANGUAGES=	c

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"