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


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

1.6
date	2012.05.01.01.46.45;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.12.06.01.14.11;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.07.07.00.30.33;	author mandree;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.07.00.27.42;	author mandree;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

PORTNAME=	Compress-LZO
PORTVERSION=	1.08
PORTREVISION=	2
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Interface to the LZO compression library

LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2

CFLAGS+=	-I${LOCALBASE}/include/lzo
PERL_CONFIGURE=	yes

post-patch:
	${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile.PL

MAN3=		Compress::LZO.3

.include <bsd.port.mk>
@


1.6
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Fix library linking
- Bump PORTREVISION for package change

Submitted by:	sunpoet (myself)
Approved by:	clsung (maintainer, via IRC)
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.4
log
@Force commit to note confusion in previous commit message;
sunpoet@@ submitted a patch for clsung@@'s port. Commit anyways without approval
to avoid breaking it with impending LZO removal. It's more or less a
shared object (library) version change chase.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Switch to LZO2 in anticipation of LZO removal.

Submitted by: Sunpoet Po-Chuan Hsieh (maintainer)
PR:           ports/156954
@
text
@@


1.2
log
@- use CPAN Macro

Changes:
PR:		ports/121991
Submitted by:	"Philip M. Gollucci" <pgollucci_AT_p6m7g8 dot com>
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	lzo:${PORTSDIR}/archivers/lzo
d20 1
@


1.1
log
@Add p5-Compress-LZO 1.08, interface to the LZO compression library.

PR:		ports/103097
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Compress
@

