4c18aadfc1
Update ruby-uuidtools to 2.2.0. == UUIDTools 2.2.0 * drop support for ruby < 2.3 * use Integer vs Fixnum * performance improvements
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/09/14 13:09:54 taca Exp $
|
|
|
|
DISTNAME= uuidtools-2.2.0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sporkmonger/uuidtools
|
|
COMMENT= Simple universally unique ID generation library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|