aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-HMAC/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-11 08:58:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-11 08:58:11 +0000
commita35a06a154c226fcecd7881bd8ad8bb77c00acae (patch)
treec336b2e578da829c67bb017ed05604ac636b20f8 /security/p5-Digest-HMAC/pkg-descr
parente0a00e4b4619579f521f211fe8e49e242d114bbf (diff)
downloadports-a35a06a154c226fcecd7881bd8ad8bb77c00acae.tar.gz
ports-a35a06a154c226fcecd7881bd8ad8bb77c00acae.zip
Notes
Diffstat (limited to 'security/p5-Digest-HMAC/pkg-descr')
-rw-r--r--security/p5-Digest-HMAC/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/p5-Digest-HMAC/pkg-descr b/security/p5-Digest-HMAC/pkg-descr
new file mode 100644
index 000000000000..49befd3908a0
--- /dev/null
+++ b/security/p5-Digest-HMAC/pkg-descr
@@ -0,0 +1,20 @@
+Digest:: HMAC
+---------------------------------
+
+This package provide modules which calculate HMAC digests.
+
+To build the extensions, unpack this distribution somewhere, create
+the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
+test', and if successful 'make install'.
+
+You will need perl version 5.004 or better to install these modules.
+Further documentation is embedded in the individual modules.
+
+Copyright 1998-1999 Gisle Aas.
+Copyright 1998 Graham Barr.
+Copyright 1997 Uwe Hollerbach.
+Copyright 1995-1996 Neil Winton.
+Copyright 1990-1992 RSA Data Security, Inc.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.