pkgsrc/devel/ruby-semantic_puppet/Makefile
taca 254a4938b1 devel/ruby-semantic_puppet: add version 1.0.2
SemanticPuppet
==============

Library of useful tools for working with Semantic Versions and module
dependencies.

Description
-----------

Library of tools used by Puppet to parse, validate, and compare Semantic
Versions and Version Ranges and to query and resolve module dependencies.

For sparse, but accurate documentation, please see the docs directory.

This library is used by a number of Puppet Labs projects, including
[Puppet](https://github.com/puppetlabs/puppet) and
[r10k](https://github.com/puppetlabs/r10k).
2018-12-06 14:38:28 +00:00

14 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/12/06 14:38:28 taca Exp $
DISTNAME= semantic_puppet-1.0.2
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"