aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-ferret/Makefile
blob: 780de40251cccfadddfcef26c656db9a6ddf8034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ferret
PORTVERSION=    0.11.8.6
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ferret is a ruby port of Lucene

LICENSE=    MIT

BROKEN_arm64=   Fails to build: cannot determine target CPU

USE_RUBY=   yes
USES=       gem

PLIST_FILES=    bin/ferret-browser

.include <bsd.port.mk>