17 lines
387 B
Makefile
17 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/25 17:32:57 brook Exp $
|
|
|
|
R_PKGNAME= processx
|
|
R_PKGVER= 3.4.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Execute and control system processes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
|
|
DEPENDS+= R-ps>=1.2.0:../../sysutils/R-ps
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|