summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-App-CLI/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-App-CLI/Makefile b/devel/p5-App-CLI/Makefile
index aaa86f5af0e..03be1b14138 100644
--- a/devel/p5-App-CLI/Makefile
+++ b/devel/p5-App-CLI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:50:51 bad Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/08 21:24:59 rillig Exp $
#
DISTNAME= App-CLI-0.07
@@ -6,7 +6,7 @@ PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLKAO/}
-MAINTAINER= bad@netbsd.org
+MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/~clkao/App-CLI-0.07/
COMMENT= Dispatcher module for command line interface programs
@@ -16,9 +16,9 @@ PERL5_PACKLIST= auto/App/CLI/.packlist
BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
#IC5.8.8DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long
-DEPENDS+=p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
+DEPENDS+= p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
#IC5.9.3
-DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
+DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"