head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


1.16
date	2012.12.18.07.13.55;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.05.19.02.17.05;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2009.06.12.13.43.48;	author skreuzer;	state Exp;
branches;
next	1.12;

1.12
date	2008.07.02.07.35.09;	author leeym;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.29.04.47.53;	author leeym;	state Exp;
branches;
next	1.10;

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

1.9
date	2008.01.05.02.53.14;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2008.01.02.02.57.39;	author leeym;	state Exp;
branches;
next	1.7;

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

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

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

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

1.3
date	2006.09.12.10.56.05;	author mat;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.16
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-LZW/Makefile 309147 2012-12-18 07:07:28Z danfe $

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

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

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

PERL_CONFIGURE=	yes

MAN3=		POE::Filter::LZW.3

.include <bsd.port.mk>
@


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


1.14
log
@- Make dependencies on archivers/p5-Compress-LZW and devel/p5-POE build
  dependencies to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Update to 1.7.2

Approved by:	wxs (mentor)
@
text
@d18 2
@


1.12
log
@- update to 1.70
@
text
@d9 1
a9 1
PORTVERSION=	1.7.0
@


1.11
log
@- update to 1.68
@
text
@d9 1
a9 1
PORTVERSION=	1.6.8
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- update to 1.66
@
text
@d9 1
a9 1
PORTVERSION=	1.6.6
@


1.9
log
@- Update to 1.6.4 (1.64)

Changes:		http://search.cpan.org/dist/POE-Filter-LZW/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.6.4
d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/Compress/LZW.pm:${PORTSDIR}/archivers/p5-Compress-LZW \
@


1.8
log
@- update to 1.6.3
@
text
@d9 1
a9 1
PORTVERSION=	1.6.3
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
@


1.7
log
@- Update to 1.6.2
@
text
@d9 1
a9 1
PORTVERSION=	1.6.2
@


1.6
log
@- Update to 1.6.1
@
text
@d9 1
a9 1
PORTVERSION=	1.6.1
@


1.5
log
@- Update to 1.60
@
text
@d9 1
a9 1
PORTVERSION=	1.6.0
@


1.4
log
@- Update to 1.5
- from Changes
  - Switched to Module::Install
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d14 1
d20 1
a20 1
		p5-POE>=0.3501:${PORTSDIR}/devel/p5-POE
@


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


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

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


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

PR:		ports/100951
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
d19 2
a20 1
		${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
@

