20 lines
330 B
Makefile
20 lines
330 B
Makefile
|
# 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>
|