head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	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.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0: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.05.07.15.42.27;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.06.48.45;	author sunpoet;	state Exp;
branches;
next	1.5;

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

1.4
date	2007.09.08.00.51.17;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.02.17.48.54;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2005.06.11.16.12.40;	author skv;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	PerlIO-gzip
PORTVERSION=	0.18
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

PERL_CONFIGURE=	yes

MAN3=		PerlIO::gzip.3

.include <bsd.port.mk>
@


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

(I hope updating of them will be improved).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
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.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
@d17 1
a17 1
PERL_CONFIGURE=	5.8.0+
@


1.4
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.3
log
@Update to 0.18

Changes:	http://search.cpan.org/src/NWCLARK/PerlIO-gzip-0.18/Changes
@
text
@d18 1
a18 1
PERL_CONFIGURE=	yes
d22 1
a22 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>
@


1.2
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.1
log
@Add p5-PerlIO-gzip 0.17,
Perl extension to provide a PerlIO layer
to gzip/gunzip.
@
text
@d25 1
a25 1
IGNORE=	"Perl 5.8 or newer required. Install lang/perl5.8 and try again."
@

