5e6efc4566
algorithm that combines both excellent collision resistence and distribution characteristics. WWW: http://search.cpan.org/dist/Digest-MurmurHash/
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# New ports collection makefile for: Digest::MurmurHash
|
|
# Date created: 31 Dec 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|