freebsd-ports/security/p5-Digest-MurmurHash/Makefile
Jun Kuriyama 5e6efc4566 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/
2011-12-31 08:16:48 +00:00

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>