freebsd-ports/security/p5-Digest-MurmurHash/Makefile

22 lines
435 B
Makefile
Raw Normal View History

# 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>