freebsd-ports/textproc/rubygem-version_sorter/Makefile

20 lines
330 B
Makefile
Raw Normal View History

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= version_sorter
PORTVERSION= 1.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast sorting of version strings
LICENSE= MIT
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>