summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 19:19:17 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 19:19:17 +0000
commit74f25a53eca0ce6997c837382d70a86125caadb6 (patch)
tree1f58845e519041850f2fb92931d128e00185c864 /math
parent71dc4057ac6f6104c342179bfcfbc337f113194c (diff)
downloadpkgsrc-74f25a53eca0ce6997c837382d70a86125caadb6.tar.gz
R-date: update to canonical form of an R package.
Diffstat (limited to 'math')
-rw-r--r--math/R-date/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/math/R-date/Makefile b/math/R-date/Makefile
index b793a8e317e..af25ce77db1 100644
--- a/math/R-date/Makefile
+++ b/math/R-date/Makefile
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2018/05/06 03:28:35 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/31 19:19:17 brook Exp $
-DISTNAME= date_1.2-38
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Functions for Handling Dates
+COMMENT= Functions for handling dates
LICENSE= gnu-gpl-v2
+R_PKGNAME= date
+R_PKGVER= 1.2-38
+
+USE_LANGUAGES= c
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"