freebsd-ports/textproc/rubygem-version_sorter/Makefile
Sunpoet Po-Chuan Hsieh 172f6ce75f - Add LICENSE_FILE
- Remove USE_RAKE
2015-12-04 12:35:48 +00:00

19 lines
348 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= version_sorter
PORTVERSION= 2.0.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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>