summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 15:44:23 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 15:44:23 +0000
commited205fb9546feff1edd7e325bbedf6f352995b45 (patch)
tree9b232d230402955312b4508db3d66885a8e08378 /devel
parent8bb2851640362e55ffc3c97d685aec7b14727334 (diff)
downloadpkgsrc-ed205fb9546feff1edd7e325bbedf6f352995b45.tar.gz
R-uuid: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
Diffstat (limited to 'devel')
-rw-r--r--devel/R-uuid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/R-uuid/Makefile b/devel/R-uuid/Makefile
index 77653c8186c..4fbf9f90795 100644
--- a/devel/R-uuid/Makefile
+++ b/devel/R-uuid/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:43 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:44:23 brook Exp $
-CATEGORIES= devel
+CATEGORIES= devel R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.rforge.net/uuid/
COMMENT= Tools for generating and handling of UUIDs
-LICENSE= modified-bsd
+LICENSE= mit
R_PKGNAME= uuid
R_PKGVER= 0.1-2
USE_LANGUAGES= c
-BUILDLINK_API_DEPENDS.R+= R>=2.9.0
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"