77a4430818
Update to the canonical form of an R package and fix the LICENSE field.
16 lines
340 B
Makefile
16 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/07/31 15:44:23 brook Exp $
|
|
|
|
CATEGORIES= devel R
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.rforge.net/uuid/
|
|
COMMENT= Tools for generating and handling of UUIDs
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= uuid
|
|
R_PKGVER= 0.1-2
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|