9ec58fca21
Approved by: portmgr (blanket infrastructure)
15 lines
286 B
Makefile
15 lines
286 B
Makefile
# $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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|