diff options
Diffstat (limited to 'devel/p5-Getopt-ArgvFile/Makefile')
-rw-r--r-- | devel/p5-Getopt-ArgvFile/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Getopt-ArgvFile/Makefile b/devel/p5-Getopt-ArgvFile/Makefile index d31a3f13e81..ebccebf5fc6 100644 --- a/devel/p5-Getopt-ArgvFile/Makefile +++ b/devel/p5-Getopt-ArgvFile/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/30 13:01:13 he Exp $ # -DISTNAME= Getopt-ArgvFile-1.10 +DISTNAME= Getopt-ArgvFile-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cpan.org/modules/by-module/Getopt/ +HOMEPAGE= http://search.cpan.org/dist/Getopt-ArgvFile/ COMMENT= Interpolates script options from files into @ARGV or another array PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -16,7 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Getopt/ArgvFile/.packlist -DEPENDS+= p5-Getopt-Simple-[0-9]*:../../devel/p5-Getopt-Simple - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |