opnsense-ports/devel/rubygem-semver_dialects/Makefile
Franco Fichtner af7abb7b9e */*: sync with upstream
Taken from: FreeBSD
2023-04-28 10:12:04 +02:00

20 lines
491 B
Makefile

PORTNAME= semver_dialects
PORTVERSION= 1.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse, process and compare semantic versions
WWW= https://gitlab.com/gitlab-org/vulnerability-research/foss/semver_dialects
LICENSE= MIT
RUN_DEPENDS= rubygem-pastel>=0.8.0<0.9:devel/rubygem-pastel \
rubygem-thor>=1.2.0<1.3:devel/rubygem-thor \
rubygem-tty-command>=0.10.1<0.11:devel/rubygem-tty-command
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>