blob: 5d01dcadddc9e36173aa062675068e61a0f20dad (
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 2019/09/25 17:19:05 brook Exp $
R_PKGNAME= desc
R_PKGVER= 1.2.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Manipulate DESCRIPTION files
LICENSE= mit
DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|