aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-version_sorter/Makefile
blob: 8ef892b889e3f1ecdb9fd1ec40d7e2d8fde29b99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	version_sorter
PORTVERSION=	2.2.4
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

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>