diff options
author | heinz <heinz> | 2003-12-03 19:53:28 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-03 19:53:28 +0000 |
commit | e25234a4901bad4efb07d04cb1d5cf4f9efa508e (patch) | |
tree | e54f14af80e483fbfa1e8132ffed32caeef44608 /security/p5-Digest-BubbleBabble/Makefile | |
parent | 6a3a477a50004339263006f1106279498a52ca90 (diff) | |
download | pkgsrc-e25234a4901bad4efb07d04cb1d5cf4f9efa508e.tar.gz |
Import of Digest::BubbleBabble 0.1
The Perl module Digest::BubbleBabble can be used to create a fingerprint of
a MD5 or SHA-1 digest in "bubble babble" format. Bubble babble is a method
of representing a message digest as a string of "real" words, to make the
fingerprint easier to remember. The "words" are not necessarily real words,
but they look more like words than a string of hex characters.
Diffstat (limited to 'security/p5-Digest-BubbleBabble/Makefile')
-rw-r--r-- | security/p5-Digest-BubbleBabble/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile new file mode 100644 index 00000000000..eb9bff30773 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:53:28 heinz Exp $ +# + +DISTNAME= Digest-BubbleBabble-0.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5bbl +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/author/BTROTT/Digest-BubbleBabble/ +COMMENT= Perl5 module for bubble babble fingerprints + +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/BubbleBabble/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |