diff options
author | martti <martti> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:20:17 +0000 |
commit | 56bf43af0ac21fa4b422b64e092794ca7217007b (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/p5-Digest-MD2 | |
parent | d5428421498a28a1e200d8f0f772e2c7adab1be6 (diff) | |
download | pkgsrc-56bf43af0ac21fa4b422b64e092794ca7217007b.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/p5-Digest-MD2')
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index 60259943edc..d7486fb9553 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:53:06 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/21 17:20:20 martti Exp $ # DISTNAME= Digest-MD2-2.01 @@ -8,7 +8,7 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= perl5 module for MD2 +COMMENT= Perl5 module for MD2 CONFLICTS+= p5-Digest-MD5<=2.12 |