mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
44720f3515
Sphinx::Manager provides utilities to start, stop, restart, and reload the Sphinx search engine binary (searchd), and to run the Sphinx indexer program. The utilities are designed to handle abnormal conditions, such as PID files not being present when expected, and so should be robust in most situations. WWW: http://search.cpan.org/dist/Sphinx-Manager/
31 lines
934 B
Makefile
31 lines
934 B
Makefile
# New ports collection makefile for: p5-Sphinx-Manager
|
|
# Date created: 2011-10-05
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sphinx-Manager
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Sphinx search engine management (start/stop)
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
|
|
p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
|
|
p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sphinx::Manager.3
|
|
|
|
.include <bsd.port.mk>
|