freebsd-ports/devel/rubygem-semantic_range/Makefile
Sunpoet Po-Chuan Hsieh 41fa8daf80 Add rubygem-semantic_range 2.3.0
SemanticRange is a semver parser written in Ruby for comparison and inclusion of
semantic versions and ranges.

WWW: https://github.com/librariesio/semantic_range
2020-03-31 13:52:37 +00:00

22 lines
399 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= semantic_range
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse and compare semantic version numbers and ranges
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>