freebsd-ports/textproc/rubygem-version_sorter21/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

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>