summaryrefslogtreecommitdiff
path: root/devel/rubygem-semver_dialects/Makefile
blob: ee73c8a8b2006fc7845dd840d2cea9ca7c80d204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	semver_dialects
PORTVERSION=	3.7.0
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>