freebsd-ports/security/p5-Digest-MurmurHash/Makefile
Andrej Zverev 9ec58fca21 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:42:48 +00:00

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>