diff options
author | nork <nork@FreeBSD.org> | 2002-04-06 20:37:22 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-04-06 20:37:22 +0000 |
commit | 5fee0be90ac7c0ba903139435fcf86756f5c038e (patch) | |
tree | dfe4e6809c4e0c208aa46c26e71f4807b3c50c22 /databases/p5-DBD-SQLite2/pkg-plist | |
parent | ed1a679f976a1efe203b0848c5cb7f9f90cedb49 (diff) | |
download | FreeBSD-ports-5fee0be90ac7c0ba903139435fcf86756f5c038e.zip FreeBSD-ports-5fee0be90ac7c0ba903139435fcf86756f5c038e.tar.gz |
Reviewed by: knu (mentor)
Import of a perl5 module for accessing SQLite2 databases through the DBI
Diffstat (limited to 'databases/p5-DBD-SQLite2/pkg-plist')
-rw-r--r-- | databases/p5-DBD-SQLite2/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/p5-DBD-SQLite2/pkg-plist b/databases/p5-DBD-SQLite2/pkg-plist new file mode 100644 index 0000000..8fcc622 --- /dev/null +++ b/databases/p5-DBD-SQLite2/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/SQLite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/getsqlite.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true |