summaryrefslogtreecommitdiff
path: root/math/R-intervals
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 19:48:22 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 19:48:22 +0000
commit71dd2a34559f673e8b85ddf37ea0d4d561e47305 (patch)
tree6f18eb20cfd356ce0e665e4220286f981590cf80 /math/R-intervals
parent5cdcf46b5fb1a5f41084337dd93da8db772a7e42 (diff)
downloadpkgsrc-71dd2a34559f673e8b85ddf37ea0d4d561e47305.tar.gz
R-intervals: update to canonical form of an R package.
Diffstat (limited to 'math/R-intervals')
-rw-r--r--math/R-intervals/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/R-intervals/Makefile b/math/R-intervals/Makefile
index f00522da807..444d972b374 100644
--- a/math/R-intervals/Makefile
+++ b/math/R-intervals/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2018/07/28 14:40:49 brook Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/31 19:48:22 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/spacetime/
COMMENT= Tools for working with points and intervals
LICENSE= artistic-2.0
-USE_LANGUAGES= c++
-
R_PKGNAME= intervals
R_PKGVER= 0.15.1
+USE_LANGUAGES= c++
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"