aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-JHash/Makefile
blob: 4ede9ef1badc380d2ec8aa549c6ada9b936d00ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Gabor Kovesdan
# $FreeBSD$

PORTNAME=	Digest-JHash
PORTVERSION=	0.10
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@FreeBSD.org
COMMENT=	Perl extension for JHash hash algorithm

LICENSE=	ART20

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>