head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2012.12.18.07.13.55;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.05.19.01.22.13;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2008.07.02.06.57.21;	author leeym;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.11.03.54.57;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2008.01.05.02.53.49;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.25.02.25.14;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.30.02.48.51;	author clsung;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2006.09.27.15.25.48;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.26.14.51.21;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.28.03.23.38;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309147
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309147 | danfe | 2012-12-18 07:07:28 +0000 (Tue, 18 Dec 2012) | 6 lines
## SVN ##
## SVN ## Cleanup archives/p5-POE-Filter-* ports a bit:
## SVN ##
## SVN ## - Switch to modern two-line Makefile header
## SVN ## - Drop indefinite article from COMMENT line
## SVN ## - Consistently set BUILD_DEPENDS and RUN_DEPENDS
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Gea-Suan Lin <gslin@@gslin.org>
# $FreeBSD: head/archivers/p5-POE-Filter-Bzip2/Makefile 309147 2012-12-18 07:07:28Z danfe $

PORTNAME=	POE-Filter-Bzip2
PORTVERSION=	1.5.8
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	POE filter wrapped around Compress::Bzip2

BUILD_DEPENDS=	p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
		p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		POE::Filter::Bzip2.3

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-POE-Filter-Bzip2
# Date created:		2006-07-28
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/archivers/p5-POE-Filter-Bzip2/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d12 1
a12 1
COMMENT=	A POE filter wrapped around Compress::Bzip2
d16 1
a16 2
RUN_DEPENDS=	p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
		p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
@


1.11
log
@- Make dependency on archivers/p5-Compress-Bzip2 and devel/p5-POE a
  build dependency as well as run dependency to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- update to 1.5.8
@
text
@d18 2
@


1.9
log
@- update to 1.56
@
text
@d9 1
a9 1
PORTVERSION=	1.5.6
@


1.8
log
@- Update to 1.5.4 (1.54)

Changes:		http://search.cpan.org/dist/POE-Filter-Bzip2/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.5.4
d19 1
a19 1
		p5-POE>=0.3501:${PORTSDIR}/devel/p5-POE
@


1.7
log
@- update to 1.5.3 (1.53)
@
text
@d9 1
a9 1
PORTVERSION=	1.5.3
@


1.6
log
@- Update to 1.5.2
@
text
@d9 1
a9 1
PORTVERSION=	1.5.2
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
@


1.5
log
@- Update to 1.51
@
text
@d9 1
a9 1
PORTVERSION=	1.5.1
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601	# Inherited from archivers/p5-Compress-Bzip2
IGNORE=		requires perl 5.6.1 or later. Install lang/perl5.8 then try again
.endif

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


1.4
log
@- Update to 1.50
@
text
@d9 1
a9 1
PORTVERSION=	1.5.0
@


1.3
log
@- Update to 1.4
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d14 1
@


1.2
log
@- Update to 1.3
- Transfer maintainership to perl@@

PR:		ports/103631
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.1
log
@Add p5-POE-Filter-Bzip2 1.2, a POE filter wrapped around
Compress::Bzip2.

PR:		ports/100953
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
d18 2
a19 2
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
		${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
@

