freebsd-ports/devel/rubygem-mixlib-versioning/Makefile
Ryan Steinmetz 33bff9a5b2 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
2018-08-08 19:15:47 +00:00

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>