freebsd-ports/textproc/rubygem-ferret/Makefile
Steve Wills 671e84ef22 - Update to 0.11.8.5
- Fix build with Ruby 1.9
- Avoid deprecation
2013-06-23 20:31:51 +00:00

18 lines
348 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= ferret
PORTVERSION= 0.11.8.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ferret is a ruby port of Lucene
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ferret-browser
.include <bsd.port.mk>