Required for gitlab-ce 15.7 update Changelog: https://github.com/github/version_sorter/commits/master
15 lines
291 B
Makefile
15 lines
291 B
Makefile
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>
|