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:
parent
a2a95771a9
commit
41fa8daf80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529973
@ -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
|
||||
|
22
devel/rubygem-semantic_range/Makefile
Normal file
22
devel/rubygem-semantic_range/Makefile
Normal 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>
|
3
devel/rubygem-semantic_range/distinfo
Normal file
3
devel/rubygem-semantic_range/distinfo
Normal 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
|
4
devel/rubygem-semantic_range/pkg-descr
Normal file
4
devel/rubygem-semantic_range/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user