mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fd5d9cfd11
* Add license * pet portlint Sponsored by: Absolight
29 lines
863 B
Makefile
29 lines
863 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Plucene
|
|
PORTVERSION= 1.25
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TMTM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl port of the Java Lucene search engine
|
|
|
|
BUILD_DEPENDS= p5-Tie-Array-Sorted>=0:${PORTSDIR}/devel/p5-Tie-Array-Sorted \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Class-Virtual>=0:${PORTSDIR}/devel/p5-Class-Virtual \
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \
|
|
p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \
|
|
p5-Bit-Vector-Minimal>=0:${PORTSDIR}/math/p5-Bit-Vector-Minimal \
|
|
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|