head	1.20;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4;
locks; strict;
comment	@# @;


1.20
date	2013.01.30.16.58.47;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.12.04.06.05.25;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.08.06.19.10.22;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2012.04.29.17.15.46;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2012.02.19.10.56.34;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.30.03.43.45;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2011.12.05.05.43.45;	author sunpoet;	state Exp;
branches;
next	1.12;

1.12
date	2011.11.21.06.41.55;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2011.11.18.06.46.03;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2011.10.29.06.24.55;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2011.10.29.03.26.11;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2011.06.30.07.42.45;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.11.07.22.05;	author sunpoet;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2010.10.28.13.15.46;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.22.17.10.18;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2010.08.15.08.46.24;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311226
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
# $FreeBSD: head/archivers/p5-Compress-Raw-Lzma/Makefile 311226 2013-01-30 16:20:15Z sunpoet $

PORTNAME=	Compress-Raw-Lzma
PORTVERSION=	2.060
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PMQS
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Low-Level Interface to lzma compression library

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

PERL_CONFIGURE=	yes

MAN3=		Compress::Raw::Lzma.3

.include <bsd.port.pre.mk>

.if (${ARCH} == "sparc64")
LZMA_DEPEND=	xz
.endif

.if (${OSVERSION} > 900012) || ((${OSVERSION} > 800505) && (${OSVERSION} < 900000))
LZMA_DEPEND?=	sys
.else
LZMA_DEPEND?=	xz
.endif

.if (${LZMA_DEPEND} == "xz") || (${LZMA_DEPEND} == "lzmalib")
LIB_DEPENDS+=	lzma:${PORTSDIR}/archivers/${LZMA_DEPEND}
.endif

pre-build:
.if ${LZMA_DEPEND} == "sys"
	@@${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
.endif

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


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308188
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308188 | sunpoet | 2012-12-04 05:45:59 +0000 (Tue, 04 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update to 2.059
## SVN ## - Cleanup Makefile header
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/p5-Compress-Raw-Lzma/Makefile 308188 2012-12-04 05:45:59Z sunpoet $
d5 1
a5 1
PORTVERSION=	2.059
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Compress-Raw-Lzma
# Date created:		2010-07-26
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
#
# $FreeBSD: head/archivers/p5-Compress-Raw-Lzma/Makefile 302202 2012-08-06 19:10:22Z sunpoet $
#
d5 1
a5 1
PORTVERSION=	2.055
@


1.17
log
@SVN rev 302202 on 2012-08-06 19:10:22Z by sunpoet

- Update to 2.055

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Update to 2.052

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.052
@


1.15
log
@- Update to 2.049

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.049
@


1.14
log
@- Update to 2.048
- Add LICENSE
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.048
@


1.13
log
@- Update to 2.045

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.045
d18 5
d45 1
a45 1
	${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
@


1.12
log
@- Update to 2.043

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.043
@


1.11
log
@- Update to 2.042
- Use += for LIB_DEPENDS to eliminate portlint warning

Changes:	http://search.cpan.org/dist/p5-Compress-Raw-Lzma/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.042
@


1.10
log
@- Update to 2.040

Changes:	http://search.cpan.org/dist/p5-Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.040
d35 1
a35 1
LIB_DEPENDS=	lzma:${PORTSDIR}/archivers/${LZMA_DEPEND}
@


1.9
log
@- Update to 2.039

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.039
@


1.8
log
@- Update to 2.037

Changes:        http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.037
@


1.7
log
@- Update to 2.035: no changes

Changes:        http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.035
d40 1
a40 1
	${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|/usr/lib|" ${WRKSRC}/Makefile
@


1.6
log
@- Update to 2.034
- Use new CPAN :id subdir macro

Changes:        http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.034
@


1.5
log
@- Update to 2.033
- Force to use archivers/xz on sparc64

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=	2.033
d11 2
a12 1
MASTER_SITES=	CPAN/../../authors/id/P/PM/PMQS
@


1.4
log
@- Bump PORTREVISION for conditional dependency on archivers/xz which changed
  shlib version
@
text
@d9 1
a9 2
PORTVERSION=	2.031
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	CPAN
d23 4
@


1.3
log
@- Update to 2.031

Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Approved by:	pgollucci (mentor, implicit)
@
text
@d10 1
@


1.2
log
@- Update MAINTAINER to my FreeBSD.org address

Approved by:	pgollucci (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.030
@


1.1
log
@Compress::Raw::Lzma is a low-Level interface to lzma compression library.

WWW:	http://search.cpan.org/dist/Compress-Raw-Lzma/

PR:		ports/148980
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
@
text
@d14 1
a14 1
MAINTAINER=	sunpoet@@sunpoet.net
@

