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

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby port of Lucene

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

BROKEN_aarch64=	fails to build: cannot determine target CPU
BROKEN_riscv64=	fails to build: cannot determine target CPU

USES=		gem
USE_RUBY=	yes

PLIST_FILES=	bin/ferret-browser

.include <bsd.port.mk>