2011-10-05 12:43:17 +02:00
|
|
|
# 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
|
2013-08-21 16:55:43 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-10-05 12:43:17 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2011-10-05 12:43:17 +02:00
|
|
|
|
|
|
|
MAN3= Sphinx::Manager.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|