summaryrefslogtreecommitdiff
path: root/devel/rubygem-semantic_range/Makefile
blob: e30922df92a51be9c45f54e8d9b947de4f17c0ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>