diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-11-22 22:54:25 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-11-22 22:54:25 +0000 |
commit | 40a0e44ddff0389749551d686931a88ddcecac66 (patch) | |
tree | 1a0b4c90ae0dc9ab4b15d6a5bfe5f2dc5770838c /textproc/p5-XML-SAX-Expat/pkg-plist | |
parent | Add p5-XML-NamespaceSupport 0.03, a simple generic namespace support (diff) |
Add p5-XML-SAX-Expat 0.05, simple API for XML.
PR: 32110
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc/p5-XML-SAX-Expat/pkg-plist')
-rw-r--r-- | textproc/p5-XML-SAX-Expat/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Expat/pkg-plist b/textproc/p5-XML-SAX-Expat/pkg-plist new file mode 100644 index 000000000000..ed38d8103585 --- /dev/null +++ b/textproc/p5-XML-SAX-Expat/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Expat/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Expat.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Expat +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |