2006-05-25 18:01:00 +02:00
|
|
|
# New ports collection makefile for: p5-Apache-ConfigParser
|
|
|
|
# Date created: 24 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-ConfigParser
|
|
|
|
PORTVERSION= 1.01
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-25 18:01:00 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2006-05-25 18:01:00 +02:00
|
|
|
COMMENT= Load Apache configuration files
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/FnMatch.pm:${PORTSDIR}/devel/p5-File-FnMatch \
|
|
|
|
${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node
|
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2006-05-25 18:01:00 +02:00
|
|
|
MAN3= Apache::ConfigParser.3 Apache::ConfigParser::Directive.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|