diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/p5-Digest-MD5 | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) | |
download | ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.tar.gz ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.zip |
Notes
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index a575a33bb3a1..ee62b2747cd6 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,18 +6,17 @@ # PORTNAME= p5-Digest-MD5 -PORTVERSION= 2.09 +PORTVERSION= 2.09 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MD5 DISTNAME= Digest-MD5-2.09 -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org USE_PERL5= YES -MAN3= \ - Digest::MD2.3 \ +MAN3= Digest::MD2.3 \ Digest::SHA1.3 \ SHA.3 \ Digest::HMAC.3 \ |