Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= version_sorter
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 21
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Fast sorting of version strings
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= limit:^2\.1
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|