8814f8b104
Add ruby-semverse package version 3.0.0. It is required by ruby-inspec-core package (not yet added). Semverse An elegant library for representing and comparing SemVer versions and constraints.
14 lines
365 B
Makefile
14 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/01/10 16:10:14 taca Exp $
|
|
|
|
DISTNAME= semverse-3.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/berkshelf/semverse/
|
|
COMMENT= Representing and comparing SemVer versions and constraints
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|