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-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-25 18:01:00 +02:00
|
|
|
COMMENT= Load Apache configuration files
|
|
|
|
|
2012-06-04 19:17:22 +02:00
|
|
|
BUILD_DEPENDS= p5-File-FnMatch>=0:${PORTSDIR}/devel/p5-File-FnMatch \
|
|
|
|
p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node
|
2006-05-25 18:01:00 +02:00
|
|
|
|
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>
|