head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


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

1.8
date	2011.09.08.13.20.11;	author az;	state Exp;
branches;
next	1.7;

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

1.6
date	2009.01.29.17.41.16;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.29.31;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.25.16.38.44;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2003.06.12.16.41.12;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.14.01.23;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.04.11.28.31;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Apache-ConfigFile
# Date created:				January 24th 2003
# Whom:	      				Erwin Lansing <erwin@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Apache-ConfigFile/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Apache-ConfigFile
PORTVERSION=	1.23
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:NWIGER
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Apache::ConfigFile - Parse Apache style httpd.conf configuration files

PERL_CONFIGURE=	yes

MAN3=		Apache::ConfigFile.3

.include <bsd.port.mk>
@


1.8
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update to 1.23
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/N/NW/NWIGER
@


1.6
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d9 1
a9 1
PORTVERSION=	1.18
@


1.5
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
@d15 1
a15 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.4
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.3
log
@Change to my FreeBSD.org address
@
text
@a19 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.2
log
@De-pkg-comment.
@
text
@d3 1
a3 1
# Whom:	      				Erwin Lansing <erwin@@lansing.dk>
d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.1
log
@New port: p5-Apache-ConfigFile

	This module parses the Apache httpd.conf, or any compatible
	config file, and provides methods for you to access the
	values from the config file

PR:		ports/47431
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d16 1
@

