freebsd-ports/textproc/p5-Sphinx-Manager/Makefile

27 lines
622 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sphinx-Manager
PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sphinx search engine management (start/stop)
LICENSE= ART10 GPLv1+
2014-11-24 19:31:35 +01:00
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Path-Class>=0:devel/p5-Path-Class \
p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \
p5-Sphinx-Config>=0.09:textproc/p5-Sphinx-Config
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>