4e80309686
This provides a simple interface to Plucene. Plucene is large and multi- featured, and it expected that users will subclass it, and tie all the pieces together to suit their own needs. Plucene::Simple is, therefore, just one way to use Plucene. It's not expected that it will do exactly what *you* want, but you can always use it as an example of how to build your own interface. WWW: http://search.cpan.org/dist/PluceneSimple/ Justification: socialtext dependency Quirks: 1/6 test fails
31 lines
902 B
Makefile
31 lines
902 B
Makefile
# New ports collection makefile for: p5-Plucene-Simple
|
|
# Date created: 2 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Plucene-Simple
|
|
DISTVERSION= 1.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STRYTOAST
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= An interface to Plucene
|
|
|
|
BUILD_DEPENDS= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \
|
|
p5-Time-Piece-Range>=1.0:${PORTSDIR}/devel/p5-Time-Piece-Range \
|
|
p5-Plucene>=1.09:${PORTSDIR}/textproc/p5-Plucene \
|
|
p5-File-Find-Rule>=0.10:${PORTSDIR}/devel/p5-File-Find-Rule \
|
|
p5-File-Slurp>=2002.1031:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= YES
|
|
|
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
|
|
|
.include <bsd.port.mk>
|