General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats. WWW: https://rubygems.org/gems/mixlib-versioning
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# 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>
|