2006-08-10 11:15:42 +02:00
|
|
|
# New ports collection makefile for: ferret
|
|
|
|
# Date created: 2006-08-10
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ferret
|
2008-01-09 04:00:51 +01:00
|
|
|
PORTVERSION= 0.11.6
|
2006-08-10 11:15:42 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2006-08-10 11:15:42 +02:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-08-10 11:15:42 +02:00
|
|
|
COMMENT= Ferret is a ruby port of Lucene
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/ferret-browser
|
2006-08-10 11:15:42 +02:00
|
|
|
|
2010-12-09 22:46:18 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${RUBY_VER} == 1.9
|
2011-12-21 00:03:12 +01:00
|
|
|
BROKEN= does not work with ruby 1.9
|
2010-12-09 22:46:18 +01:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|