aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-semverse/Makefile
blob: a90ddd9693749b27d7687226de41386707b0bf10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	semverse
PORTVERSION=	3.0.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library to represent and compare SemVer versions and constraints
WWW=		https://github.com/chef/semverse

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>