95e35a350f
A nilsimsa code is something like a hash, but unlike hashes, a small change in the message results in a small change in the nilsimsa code. The Digest::Nilsimsa module allows you to compute nilsimsa codes from within Perl programs.
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/29 23:53:31 naddy Exp $
|
|
|
|
COMMENT= "module to calculate Nilsimsa digests"
|
|
|
|
DISTNAME= Digest-Nilsimsa-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|