25 lines
572 B
Makefile
25 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>
|