50665c9baf
Sphinx::Config is a Perl module to read, modify and write configuration file of Sphinx search engine. WWW: http://search.cpan.org/dist/Sphinx-Config/
24 lines
572 B
Makefile
24 lines
572 B
Makefile
# New ports collection makefile for: p5-Sphinx-Config
|
|
# Date created: 2011-10-05
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sphinx-Config
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Sphinx search engine configuration file read/modify/write
|
|
|
|
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sphinx::Config.3
|
|
|
|
.include <bsd.port.mk>
|