diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 1a8b5d26aed60e3f03654073908b836f261492bd (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /databases/p5-DBD-XBase | |
parent | fe50b26ac921ed5af8200e8e5c96d255b32d3cb3 (diff) | |
download | pkgsrc-1a8b5d26aed60e3f03654073908b836f261492bd.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'databases/p5-DBD-XBase')
-rw-r--r-- | databases/p5-DBD-XBase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index 2b238295d0b..7718cffca8d 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:28:33 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/21 16:39:07 martti Exp $ # DISTNAME= DBD-XBase-0.232 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ -COMMENT= perl DBI/DBD driver for XBase (dBase/FoxPro) databases +COMMENT= Perl DBI/DBD driver for XBase (dBase/FoxPro) databases USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XBase/.packlist |