summaryrefslogtreecommitdiff
path: root/security/p5-Digest-HMAC
diff options
context:
space:
mode:
authormartti <martti>2003-07-21 17:20:17 +0000
committermartti <martti>2003-07-21 17:20:17 +0000
commit3b3e497d9487a4bc1f0479dd8e441182ef086541 (patch)
treef188cb113cf8eb05eecb0a886c897bec8fd12151 /security/p5-Digest-HMAC
parent54c9ec195d4868564d9533cc27abcd9eec796fbb (diff)
downloadpkgsrc-3b3e497d9487a4bc1f0479dd8e441182ef086541.tar.gz
COMMENT should start with a capital letter.
Diffstat (limited to 'security/p5-Digest-HMAC')
-rw-r--r--security/p5-Digest-HMAC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index a331e81f1df..5724b77a2f6 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:05 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/21 17:20:19 martti Exp $
#
DISTNAME= Digest-HMAC-1.01
@@ -8,7 +8,7 @@ CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= tech-pkg@NetBSD.org
-COMMENT= perl5 module for HMAC
+COMMENT= Perl5 module for HMAC
DEPENDS+= p5-Digest-SHA1>=1.00:../p5-Digest-SHA1
DEPENDS+= p5-Digest-MD5>=2.00:../p5-Digest-MD5