1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/p5-Digest-FNV/Makefile
Ashish SHUKLA 557fc9d94e - Update to 2.00
- Add LICENSE

Approved by:	tabthorpe (mentor)
2010-09-15 06:51:19 +00:00

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>