head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2013.03.02.22.18.29;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.2;

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

1.1
date	2012.04.18.17.51.38;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313265
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/archivers/p5-Compress-Snappy/Makefile 313265 2013-03-02 15:46:05Z sunpoet $

PORTNAME=	Compress-Snappy
PORTVERSION=	0.19
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Perl interface to Google Snappy (de)compressor

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

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

PERL_CONFIGURE=	yes

MAN3=		Compress::Snappy.3

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Compress-Snappy
# Date created:		2012-01-07
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-Compress-Snappy/Makefile 304070 2012-09-11 02:14:52Z sunpoet $
#
d22 1
a22 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+=	p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.2
log
@SVN rev 304070 on 2012-09-11 02:14:52Z by sunpoet

- Update to 0.19
- Add LICENSE

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


1.1
log
@- Add p5-Compress-Snappy 0.18

Compress::Snappy provides an interface to Google's Snappy (de)compressor.

Snappy does not aim for maximum compression, or compatibility with any other
compression library; instead, it aims for very high speeds and reasonable
compression. For instance, compared to the fastest mode of zlib, Snappy is an
order of magnitude faster for most inputs, but the resulting compressed files
are anywhere from 20% to 100% bigger.

WWW: http://search.cpan.org/dist/Compress-Snappy/
@
text
@d9 1
a9 1
PORTVERSION=	0.18
d17 3
@

