summaryrefslogtreecommitdiff
path: root/textproc/rubygem-version_sorter/Makefile
blob: 239fd156d953544b7f30058d0aab17f268e32d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	version_sorter
PORTVERSION=	2.3.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast sorting of version strings
WWW=		https://github.com/github/version_sorter

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

.include <bsd.port.mk>