Changes: https://gitlab.com/gitlab-org/ruby/gems/semver_dialects/-/blob/master/CHANGELOG.md
22 lines
530 B
Makefile
22 lines
530 B
Makefile
PORTNAME= semver_dialects
|
|
PORTVERSION= 3.4.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse, process and compare semantic versions
|
|
WWW= https://gitlab.com/gitlab-org/ruby/gems/semver_dialects
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-deb_version>=1.0.1<1.1:devel/rubygem-deb_version \
|
|
rubygem-pastel>=0.8.0<0.9:devel/rubygem-pastel \
|
|
rubygem-thor>=1.3<2:devel/rubygem-thor \
|
|
rubygem-tty-command>=0.10.1<0.11:devel/rubygem-tty-command
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|