diff options
author | will <will@FreeBSD.org> | 2000-12-31 05:42:03 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 05:42:03 +0000 |
commit | 71c3717114bf84c9d421f870a52f8d06d0563240 (patch) | |
tree | a4ffcf8153991c7ea8a2ac8afa9131bb1491ea22 /textproc/p5-Text-Query/pkg-plist | |
parent | 5b094474951c93b11e59ec31a9eb5d5c70f5c8a1 (diff) | |
download | FreeBSD-ports-71c3717114bf84c9d421f870a52f8d06d0563240.zip FreeBSD-ports-71c3717114bf84c9d421f870a52f8d06d0563240.tar.gz |
Add p5-Text-Query 0.07, a perl module implementing a query process
framework.
PR: 23968
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-Text-Query/pkg-plist')
-rw-r--r-- | textproc/p5-Text-Query/pkg-plist | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Text-Query/pkg-plist b/textproc/p5-Text-Query/pkg-plist new file mode 100644 index 0000000..d35fe9e --- /dev/null +++ b/textproc/p5-Text-Query/pkg-plist @@ -0,0 +1,18 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Query.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Advanced.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Build.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Parse.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildAdvancedString.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSimpleString.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/SolveAdvancedString.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Solve.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/ParseAdvanced.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/SolveSimpleString.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Optimize.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Simple.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Query/ParseSimple.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/Query +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true |