new port: devel/rubygem-semantic_puppet

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

WWW: https://github.com/puppetlabs/semantic_puppet

Differential Revision:	https://reviews.freebsd.org/D2777
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-06-11 14:16:07 +00:00
parent 5ccdcee1bc
commit 7c9edf4937
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389212
4 changed files with 26 additions and 0 deletions

View file

@ -4750,6 +4750,7 @@
SUBDIR += rubygem-ruport
SUBDIR += rubygem-safe_yaml
SUBDIR += rubygem-sdoc
SUBDIR += rubygem-semantic_puppet
SUBDIR += rubygem-semi_semantic
SUBDIR += rubygem-sequel
SUBDIR += rubygem-sequel3

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= semantic_puppet
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for working with Semantic Versions and module dependencies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/semantic_puppet-0.1.1.gem) = 803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1
SIZE (rubygem/semantic_puppet-0.1.1.gem) = 25088

View file

@ -0,0 +1,4 @@
Library of tools used by Puppet to parse, validate, and compare Semantic
Versions and Version Ranges and to query and resolve module dependencies.
WWW: https://github.com/puppetlabs/semantic_puppet