diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:56:41 +0000 |
commit | f928be280d3f2baae549a0b52c69fb333c675f0c (patch) | |
tree | a3785f5e75be83c660585d68a3cd9dae1d0cb30b /math/p5-Math-Pari | |
parent | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (diff) | |
download | pkgsrc-f928be280d3f2baae549a0b52c69fb333c675f0c.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 77c6a047b85..81fbf598218 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:57 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/21 16:57:14 martti Exp $ # DISTNAME= Math-Pari-2.001804 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= -COMMENT= perl5 interface to the pari math library +COMMENT= Perl5 interface to the pari math library DEPENDS+= pari-[0-9]*:../../math/pari # XXX: to use or not to use... |