diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /security/p5-Digest-MD5 | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.zip FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz |
Correct whitespace introduced during PORTNAME conversion and portlint
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 a575a33..ee62b27 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 \ |