ports/devel/rubygem-semantic_range/Makefile

18 lines
395 B
Makefile

PORTNAME= semantic_range
PORTVERSION= 3.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse and compare semantic version numbers and ranges
WWW= https://libraries.io/github/librariesio/semantic_range \
https://github.com/librariesio/semantic_range
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>