diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:11:25 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:11:25 +0000 |
commit | 1762f5f1ad4e5f5421af683cbc93ab7d945062e5 (patch) | |
tree | 5bca9489296086200bc7fac0c30d79ae339ed1a0 /security/p5-Digest-MD5 | |
parent | 5b7d2493ba1cf589b7c4e41220c1b6d8725ae93a (diff) | |
download | ports-1762f5f1ad4e5f5421af683cbc93ab7d945062e5.tar.gz ports-1762f5f1ad4e5f5421af683cbc93ab7d945062e5.zip |
Notes
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-descr | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index bf003c376e8a..95b625343b0c 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -12,11 +12,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= Perl5 interface to the MD5 algorithm BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Digest-MD5/pkg-descr b/security/p5-Digest-MD5/pkg-descr index 3555a8c30020..716fe071013c 100644 --- a/security/p5-Digest-MD5/pkg-descr +++ b/security/p5-Digest-MD5/pkg-descr @@ -1,7 +1,7 @@ The Digest::MD5 module allows you to use the RSA Data Security Inc. -MD5 Message Digest algorithm from within Perl programs. The -algorithm takes as input a message of arbitrary length and produces -as output a 128-bit "fingerprint" or "message digest" of the input. +MD5 Message Digest algorithm from within Perl programs. The algorithm +takes as input a message of arbitrary length and produces as output +a 128-bit "fingerprint" or "message digest" of the input. The Digest::MD5 module provide a procedural interface for simple use, as well as an object oriented interface that can handle messages @@ -10,5 +10,3 @@ of arbitrary length and which can read files directly. Further documentation is embedded in the individual modules. WWW: http://search.cpan.org/dist/Digest-MD5/ -- Pete -petef@databits.net |