mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
- Update WWW Changes: https://github.com/librariesio/semantic_range/commits/main https://libraries.io/github/librariesio/semantic_range/tags
18 lines
395 B
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>
|