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:
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
|
@ -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
|
||||
|
|
19
devel/rubygem-semantic_puppet/Makefile
Normal file
19
devel/rubygem-semantic_puppet/Makefile
Normal 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>
|
2
devel/rubygem-semantic_puppet/distinfo
Normal file
2
devel/rubygem-semantic_puppet/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/semantic_puppet-0.1.1.gem) = 803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1
|
||||
SIZE (rubygem/semantic_puppet-0.1.1.gem) = 25088
|
4
devel/rubygem-semantic_puppet/pkg-descr
Normal file
4
devel/rubygem-semantic_puppet/pkg-descr
Normal 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
|
Loading…
Reference in a new issue