mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
16 lines
307 B
Makefile
16 lines
307 B
Makefile
# Created by: Gabor Kovesdan
|
|
|
|
PORTNAME= Digest-Pearson
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Perl extension for Peter K. Pearson's hash algorithm
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|