freebsd-ports/devel/rubygem-mixlib-versioning/Makefile
Sunpoet Po-Chuan Hsieh 2602929a79 Update to 1.2.7
- Remove leading indefinite article from COMMENT
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/chef/mixlib-versioning/blob/master/CHANGELOG.md
2019-07-27 11:55:43 +00:00

20 lines
364 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mixlib-versioning
PORTVERSION= 1.2.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to parse, compare and manipulate version strings
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>