aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plucene/Makefile
blob: 73e38b03180afcbddae5b945b2bba3bb23e147b2 (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
24
25
26
27
28
29
30
# Created by: Anton Berezin <tobez@FreeBSD.org>

PORTNAME=	Plucene
PORTVERSION=	1.25
PORTREVISION=	5
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TMTM
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl port of the Java Lucene search engine

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Tie-Array-Sorted>=0:devel/p5-Tie-Array-Sorted \
		p5-File-Slurp>=0:devel/p5-File-Slurp \
		p5-Class-Virtual>=0:devel/p5-Class-Virtual \
		p5-Class-Accessor>=0:devel/p5-Class-Accessor \
		p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem \
		p5-Bit-Vector-Minimal>=0:math/p5-Bit-Vector-Minimal \
		p5-IO-Stringy>=0:devel/p5-IO-Stringy

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>