diff options
Diffstat (limited to 'math/R-XML/Makefile')
-rw-r--r-- | math/R-XML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-XML/Makefile b/math/R-XML/Makefile index 3a5ed3c3296..8c23eb55061 100644 --- a/math/R-XML/Makefile +++ b/math/R-XML/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2021/09/20 00:01:07 mef Exp $ +# $NetBSD: Makefile,v 1.18 2021/12/08 16:05:31 adam Exp $ R_PKGNAME= XML R_PKGVER= 3.99-0.8 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Tools for parsing and generating XML within R +PKGREVISION= 1 LICENSE= 2-clause-bsd DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops |