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


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

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

1.7
date	2011.06.20.09.22.11;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.08;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.25.16.38.47;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2004.07.23.00.39.19;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.53;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.22.07.48.51;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.15.14.45.38;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTTPD::Log::Filter
# Date created:		15 Feb 2002
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTTPD-Log-Filter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTPD-Log-Filter
PORTVERSION=	1.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:AWRIGLEY
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl module to filter entries out of an httpd log

BUILD_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib
RUN_DEPENDS=	p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib

PERL_CONFIGURE=	yes
MAN1=		exclude_robots.1
MAN3=		HTTPD::Log::Filter.3

.include <bsd.port.mk>
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

PR:	ports/168626
Approved by: maintainer (kuriyama@@ via email)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
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.
- Remove MD5 checksum
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
RUN_DEPENDS=	${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
@


1.6
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
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/A/AW/AWRIGLEY
@


1.5
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.4
log
@- Upgrade to 1.08.
@
text
@a23 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.07
@


1.2
log
@de-pkg-comment.
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
@


1.1
log
@Perl module to filter entries out of an httpd log.
@
text
@d16 1
@

