freebsd-ports/textproc/p5-Lucene/Makefile
Cheng-Lung Sung 3b69598314 - Update to 0.13
PR:		ports/110916
Submitted by:	tobez
2007-03-28 01:19:02 +00:00

32 lines
721 B
Makefile

# New ports collection makefile for: textproc/p5-Lucene
# Date created: 20 Feb 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Lucene
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TB/TBUSCH
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= API to the C++ port of the Lucene search engine
LIB_DEPENDS= clucene:${PORTSDIR}/textproc/clucene
PERL_CONFIGURE= yes
CC= ${CXX}
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include -I${LOCALBASE}/lib"
MAN3= Lucene.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>