blob: 3e23902680491cb3bfadb33dd0922ff807444552 (
plain)
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_aarch64= Fails to build: cannot determine target CPU
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/ferret-browser
.include <bsd.port.mk>
|