4ee8c72d57
1.0.4 - 2021-06-08 * Remove dependency on SortedSet * Add Ruby 3.0 to Travis and AppVeyor
14 lines
367 B
Makefile
14 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/06/14 15:20:30 taca Exp $
|
|
|
|
DISTNAME= semantic_puppet-1.0.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/puppetlabs/semantic_puppet
|
|
COMMENT= Useful tools for working with Semantic Versions
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|