head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	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;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.54.22;	author svnexp;	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.09.12.13.23.16;	author leeym;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Compress-LZW
# Date created:		2006-07-28
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/archivers/p5-Compress-LZW/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	Compress-LZW
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Pure perl implementation of LZW

PERL_CONFIGURE=	yes

MAN3=		Compress::LZW.3

post-patch:
	${PERL} -pi -e 's/\@@hattmoward/\\\@@hattmoward/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
@


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


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
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Compress
@


1.3
log
@- unbreak under old perl
- bump PORTREVISION
- reset MAINTAINER

PR:		103174
Submitted by:	leeym
Approved by:	maintainer
@
text
@a22 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif

a24 3
.if ${PERL_LEVEL} < 500600
	${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/*
.endif
d26 1
a26 1
.include <bsd.port.post.mk>
@


1.2
log
@- Fix build

PR:		ports/101542
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d10 1
d16 1
a16 1
MAINTAINER=	gslin@@gslin.org
d23 6
d31 3
d35 1
a35 1
.include <bsd.port.mk>
@


1.1
log
@Add p5-Compress-LZW 0.01, pure perl implementation of LZW.

PR:		ports/100950
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d22 3
@

