2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2004-10-14 16:26:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plucene-Plugin-Analyzer-SnowballAnalyzer
|
|
|
|
PORTVERSION= 1.1
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2004-10-14 16:26:26 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:FABPOT
|
2004-10-14 16:26:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Stemmed analyzer plugin for p5-Plucene search engine
|
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords \
|
|
|
|
p5-Lingua-Stem-Snowball>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \
|
|
|
|
p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-10-14 16:26:26 +02:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-10-14 16:26:26 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|