mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Versionomy is a generalized version number library. It provides tools to
represent, manipulate, parse, and compare version numbers in the wide variety of versioning schemes in use. WWW: http://dazuma.github.com/versionomy/
This commit is contained in:
parent
b522dffef6
commit
230eb1488f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313314
@ -4148,6 +4148,7 @@
|
||||
SUBDIR += rubygem-uuid
|
||||
SUBDIR += rubygem-uuidtools
|
||||
SUBDIR += rubygem-validatable
|
||||
SUBDIR += rubygem-versionomy
|
||||
SUBDIR += rubygem-warbler
|
||||
SUBDIR += rubygem-warden
|
||||
SUBDIR += rubygem-webby
|
||||
|
19
devel/rubygem-versionomy/Makefile
Normal file
19
devel/rubygem-versionomy/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= versionomy
|
||||
PORTVERSION= 0.4.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Generalized version number library for Ruby
|
||||
|
||||
BUILD_DEPENDS= rubygem-blockenspiel>=0.4.5:${PORTSDIR}/devel/rubygem-blockenspiel
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-versionomy/distinfo
Normal file
2
devel/rubygem-versionomy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/versionomy-0.4.4.gem) = 4e605751bf71dc27bd223ac3a2eed083b12308ec101c318c5af9a376f2327746
|
||||
SIZE (rubygem/versionomy-0.4.4.gem) = 52224
|
5
devel/rubygem-versionomy/pkg-descr
Normal file
5
devel/rubygem-versionomy/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Versionomy is a generalized version number library. It provides tools to
|
||||
represent, manipulate, parse, and compare version numbers in the wide variety
|
||||
of versioning schemes in use.
|
||||
|
||||
WWW: http://dazuma.github.com/versionomy/
|
Loading…
Reference in New Issue
Block a user