aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 02:11:25 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-31 02:11:25 +0000
commit1762f5f1ad4e5f5421af683cbc93ab7d945062e5 (patch)
tree5bca9489296086200bc7fac0c30d79ae339ed1a0 /security/p5-Digest-MD5
parent5b7d2493ba1cf589b7c4e41220c1b6d8725ae93a (diff)
downloadports-1762f5f1ad4e5f5421af683cbc93ab7d945062e5.tar.gz
ports-1762f5f1ad4e5f5421af683cbc93ab7d945062e5.zip
- Reformat pkg-descr.
- Take maintainership. PR: ports/104233 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes
Notes: svn path=/head/; revision=175589
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r--security/p5-Digest-MD5/Makefile4
-rw-r--r--security/p5-Digest-MD5/pkg-descr8
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