pkgsrc/devel/R-uuid/Makefile
brook 77a4430818 R-uuid: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 15:44:23 +00:00

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"