1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/rubygem-version_sorter/Makefile
Torsten Zuehlsdorff c3a3c634a0 textproc/rubygem-version_sorter: Update from 2.0.0 to 2.1.0
- Enable sorting arrays of arbitrary objects by providing a block that maps them to string value

Approved by: mentors (implicit)
2016-11-22 09:52:49 +00:00

19 lines
327 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= version_sorter
PORTVERSION= 2.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast sorting of version strings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>