diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
commit | c1b54b4f61922c33d9de664f0881815f97d7f008 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/p5-Crypt-Twofish | |
parent | 8cee801716c19084440add72337db8c66fdecd77 (diff) | |
download | pkgsrc-c1b54b4f61922c33d9de664f0881815f97d7f008.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 270a33d30aa..5f83be204a6 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:05 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:19 martti Exp $ # DISTNAME= Crypt-Twofish-2.12 @@ -8,7 +8,7 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= perl5 module for the Twofish symmetric key algorithm +COMMENT= Perl5 module for the Twofish symmetric key algorithm USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.packlist |