19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Ports collection Makefile for: p5-Digest-JHash
|
|
# Date created: 17 Dec 2005
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Digest-JHash
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
|
COMMENT= Perl extension for JHash hash algorithm
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::JHash.3
|
|
|
|
.include <bsd.port.mk>
|