5f0cb112ca
- Add LICENSE_FILE - Update BROKEN: use lowercase for leading character - Update WWW Changes: https://github.com/jkraemer/ferret/commits/master
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# 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= Ferret is a ruby port of Lucene
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
BROKEN_aarch64= fails to build: cannot determine target CPU
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/ferret-browser
|
|
|
|
.include <bsd.port.mk>
|