head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.31.08.16.48;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Digest::MurmurHash
# Date created:		31 Dec 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Digest-MurmurHash/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Digest-MurmurHash
PORTVERSION=	0.11
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for XS interface to the MurmurHash algorithm

PERL_CONFIGURE=	yes

MAN3=	Digest::MurmurHash.3

.include <bsd.port.mk>
@


1.1
log
@The murmur hash algorithm by Austin Appleby is an exteremely fast
algorithm that combines both excellent collision resistence and
distribution characteristics.

WWW: http://search.cpan.org/dist/Digest-MurmurHash/
@
text
@d5 1
a5 1
# $FreeBSD$
@

