diff options
author | will <will@FreeBSD.org> | 2001-06-11 04:34:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 04:34:55 +0000 |
commit | 04d213d74828e4a2c1e280640590ec373abdb40d (patch) | |
tree | 63f56cd13c816208ab91284e8d46b62a74fdb435 /devel/p5-Getopt-Long/pkg-plist | |
parent | cc5abd15040de39d9c388df1886866fe567f7e02 (diff) | |
download | FreeBSD-ports-04d213d74828e4a2c1e280640590ec373abdb40d.zip FreeBSD-ports-04d213d74828e4a2c1e280640590ec373abdb40d.tar.gz |
Add p5-Getopt-Long 2.25, a perl module for extended processing of
command line options.
PR: 27800
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'devel/p5-Getopt-Long/pkg-plist')
-rw-r--r-- | devel/p5-Getopt-Long/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Long/pkg-plist b/devel/p5-Getopt-Long/pkg-plist new file mode 100644 index 0000000..f43ddea --- /dev/null +++ b/devel/p5-Getopt-Long/pkg-plist @@ -0,0 +1,14 @@ +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/GetOptions.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/FindOption.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/Configure.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/config.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/Croak.al +lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Long/.packlist +lib/perl5/site_perl/%%PERL_VER%%/newgetopt.pl +lib/perl5/site_perl/%%PERL_VER%%/Getopt/Long.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/Long +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Long +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true |