aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-ferret/Makefile
blob: cf7af60b5abe06c3b1c2b8254ec742a0c3f0f429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>