mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
557fc9d94e
- Add LICENSE Approved by: tabthorpe (mentor)
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# Ports collection Makefile for: p5-Digest-FNV
|
|
# Date created: 17 Dec 2005
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Digest-FNV
|
|
PORTVERSION= 2.00
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Perl extension for Fowler/Noll/Vo hash algorithm
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::FNV.3
|
|
|
|
.include <bsd.port.mk>
|