mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
New port: devel/rubygem-mixlib-versioning:
General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats. WWW: https://rubygems.org/gems/mixlib-versioning
This commit is contained in:
parent
bc661abbc3
commit
33bff9a5b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476661
@ -5753,6 +5753,7 @@
|
||||
SUBDIR += rubygem-mixlib-config
|
||||
SUBDIR += rubygem-mixlib-log
|
||||
SUBDIR += rubygem-mixlib-shellout
|
||||
SUBDIR += rubygem-mixlib-versioning
|
||||
SUBDIR += rubygem-mize
|
||||
SUBDIR += rubygem-mkrf
|
||||
SUBDIR += rubygem-mmap2
|
||||
|
18
devel/rubygem-mixlib-versioning/Makefile
Normal file
18
devel/rubygem-mixlib-versioning/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mixlib-versioning
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A library to parse, compare and manipulate version strings
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
SHEBANG_FILES= .expeditor/update_version.sh
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-mixlib-versioning/distinfo
Normal file
3
devel/rubygem-mixlib-versioning/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1533755198
|
||||
SHA256 (rubygem/mixlib-versioning-1.2.2.gem) = 63a7b2e877078a258fd3b60a64b71c0576caaae5fc14c35057203e8cf5975e11
|
||||
SIZE (rubygem/mixlib-versioning-1.2.2.gem) = 26112
|
4
devel/rubygem-mixlib-versioning/pkg-descr
Normal file
4
devel/rubygem-mixlib-versioning/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
General purpose Ruby library that allows you to parse, compare and manipulate
|
||||
version strings in multiple formats.
|
||||
|
||||
WWW: https://rubygems.org/gems/mixlib-versioning
|
Loading…
Reference in New Issue
Block a user