head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.04.17.17.21;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2009.12.13.18.07.45;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.05.16.06.27.52;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.23.02.43.53;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.29.20.48.35;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.29.05.27.07;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.31;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.26;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.25.16.01.00;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Apache-ConfigParser
# Date created:				24 May 2006
# Whom:					Aaron Dalton <aaron@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Apache-ConfigParser/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Apache-ConfigParser
PORTVERSION=	1.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Load Apache configuration files

BUILD_DEPENDS=	p5-File-FnMatch>=0:${PORTSDIR}/devel/p5-File-FnMatch \
		p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node

MAKE_JOBS_SAFE=  yes

MAN3=	Apache::ConfigParser.3 Apache::ConfigParser::Directive.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Turn over a bunch of p5- ports that change infrequently to perl@@
  so more people can look at them.
@
text
@d17 2
a18 2
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
@


1.7
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d14 1
a14 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.6
log
@Update my ports to my freebsd address

Approved by:    araujo (mentor)
@
text
@d20 2
@


1.5
log
@Assign to new volunteer, by request.
@
text
@d14 1
a14 1
MAINTAINER=	pgollucci@@p6m7g8.com
@


1.4
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
@


1.1
log
@Adding port www/p5-Apache-ConfigParser, a library for loading and parsing Apache conf files.

Approved by:	tobez (implicit)
@
text
@d25 1
a25 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS=	${BUILD_DEPENDS}
.endif

.include <bsd.port.post.mk>
@

