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


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

1.7
date	2012.06.10.18.41.14;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.05.18.34.51;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.07.15.42.27;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.17.06.48.45;	author sunpoet;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2006.12.18.18.05.21;	author skv;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	PerlIO-via-Bzip2
# Date created:	   18 December 2006
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/archivers/p5-PerlIO-via-Bzip2/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	PerlIO-via-Bzip2
PORTVERSION=	0.02
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension to provide a PerlIO layer to bzip2/bunzip2

BUILD_DEPENDS=	p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		PerlIO::via::Bzip2.3

.include <bsd.port.mk>
@


1.7
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2
@


1.4
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d14 1
a14 1
MAINTAINER=	skv@@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
@d20 1
a20 1
PERL_CONFIGURE=	5.8.0+
@


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=	PerlIO
@


1.1
log
@Add p5-PerlIO-via-Bzip2 0.02, perl extension to provide a PerlIO layer
to bzip2/bunzip2.
@
text
@d21 1
a21 1
PERL_CONFIGURE=	yes
d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=	perl 5.8 or newer required. Install lang/perl5.8 and try again
.endif

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

