head	1.9;
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.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	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.1;
locks; strict;
comment	@# @;


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

1.8
date	2008.04.17.14.24.05;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2007.09.08.00.51.17;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.16.06.58.21;	author demon;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.20.06.41.41;	author demon;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.12.06.05.08;	author demon;	state Exp;
branches;
next	1.3;

1.3
date	2003.07.02.07.19.23;	author demon;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.29.15.20.44;	author demon;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.23.08.07.17;	author demon;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Compress::Bzip2
# Date created:				23 February 2003
# Whom:	      				Dmitry Sivachenko <demon@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-Compress-Bzip2/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	Compress-Bzip2
PORTVERSION=	2.09
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@@FreeBSD.org
COMMENT=	Perl5 interface to bzip2 compression library

PERL_CONFIGURE=	yes

MAN3=		Compress::Bzip2.3

.include <bsd.port.mk>
@


1.8
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
@d5 1
a5 1
# $FreeBSD$
@


1.7
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=	../by-authors/id/A/AR/ARJAY
@


1.6
log
@Update to version 2.09.

PR:		86149
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d18 1
a18 1
PERL_CONFIGURE=	YES
d22 1
a22 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		This module only support perl 5.6.1 or above
.endif

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


1.5
log
@IGNORE if perl version < 5.6.
@
text
@d9 1
a9 1
PORTVERSION=	2.08
@


1.4
log
@Update to version 2.08.

PR:		80921
Submitted by:	Ying-Chieh Liao <ijliao@@csie.nctu.edu.tw>
@
text
@d22 7
a28 1
.include <bsd.port.mk>
@


1.3
log
@Update to version 1.02;
Utilize SITE_PERL variable.

PR:		53971
Submitted by:	Mathieu Arnold <m@@absolight.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.02
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/K/KC/KCARNUT
@


1.2
log
@Update to version 1.01;
Add WWW.

PR:		51556
Submitted by:	Mathieu Arnold <m@@absolight.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/Z/ZO/ZOOVY
a20 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@New port: Compress::Bzip2.

Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.
@
text
@d9 1
a9 1
PORTVERSION=	1.00
d12 1
a12 1
MASTER_SITE_SUBDIR=	Compress
@

