20 lines
491 B
Makefile
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>
|