diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-31 10:11:25 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-31 10:11:25 +0800 |
commit | b1a994530167c55888d2ffbe27e7cee93b4a2a98 (patch) | |
tree | 40673db9205118403fcb9968404e4ba34b9f58f6 /security/p5-Digest-MD5 | |
parent | c6ffbc2202750aa7d1831bf0fa0df64e1c7a1658 (diff) | |
download | freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.tar.gz freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.tar.zst freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.zip |
- Reformat pkg-descr.
- Take maintainership.
PR: ports/104233
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
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 |