diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-05 09:51:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-05 09:51:38 +0000 |
commit | edb263b95e9cc7c97a4736a3bbaf1c55db768186 (patch) | |
tree | 30ed189d6ea2570e9344eb7f1981324f8aa208ad /dns/p5-Net-DNS/pkg-plist | |
parent | d35ae72828fc25d9a581e0e7ad263a86f7452087 (diff) | |
download | ports-edb263b95e9cc7c97a4736a3bbaf1c55db768186.tar.gz ports-edb263b95e9cc7c97a4736a3bbaf1c55db768186.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS/pkg-plist')
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index 11b69ea6fa5b..cb803f853ec0 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -1,11 +1,13 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/DNS.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Header.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Nameserver.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Packet.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Question.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/A.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AAAA.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AFSDB.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CERT.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CNAME.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/EID.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/HINFO.pm @@ -21,19 +23,26 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NIMLOC.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NS.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NSAP.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NULL.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/OPT.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PTR.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PX.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RP.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RT.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SOA.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SRV.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TSIG.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Select.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/.packlist +%%PORTDOCS%%share/doc/p5-Net-DNS/Changes +%%PORTDOCS%%share/doc/p5-Net-DNS/README +%%PORTDOCS%%share/doc/p5-Net-DNS/TODO @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%PORTDOCS%%@dirrm share/doc/p5-Net-DNS/ |