Add rubygem-semantic_range 2.3.0

SemanticRange is a semver parser written in Ruby for comparison and inclusion of
semantic versions and ranges.

WWW: https://github.com/librariesio/semantic_range
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-03-31 13:52:37 +00:00
parent a2a95771a9
commit 41fa8daf80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529973
4 changed files with 30 additions and 0 deletions

View File

@ -6309,6 +6309,7 @@
SUBDIR += rubygem-schash
SUBDIR += rubygem-sdoc
SUBDIR += rubygem-semantic_puppet
SUBDIR += rubygem-semantic_range
SUBDIR += rubygem-semi_semantic
SUBDIR += rubygem-semver2
SUBDIR += rubygem-semverse

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= semantic_range
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse and compare semantic version numbers and ranges
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1585564800
SHA256 (rubygem/semantic_range-2.3.0.gem) = 44b47c4e124613804105f7376e4f98bb9cd224fde3817a897e2a27723cc01c94
SIZE (rubygem/semantic_range-2.3.0.gem) = 22016

View File

@ -0,0 +1,4 @@
SemanticRange is a semver parser written in Ruby for comparison and inclusion of
semantic versions and ranges.
WWW: https://github.com/librariesio/semantic_range