96e290944c
- Add LICENSE Approved by: tabthorpe (mentor)
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# Ports collection Makefile for: p5-Digest-JHash
|
|
# Date created: 17 Dec 2005
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Digest-JHash
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Perl extension for JHash hash algorithm
|
|
|
|
LICENSE= ART20
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::JHash.3
|
|
|
|
.include <bsd.port.mk>
|