22 lines
435 B
Makefile
22 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>
|