diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-02-27 18:47:50 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-02-27 18:47:50 +0800 |
commit | 2fd005b14c6df11dbcf3f81c2b38d3ae4fcac540 (patch) | |
tree | 11fc50214bc7fcae0f31de38fac05852583a6259 /databases/p5-Teng/pkg-plist | |
parent | 4bd4cac50ebda6e7454db8d92505a50bb71c4e10 (diff) | |
download | freebsd-ports-graphics-2fd005b14c6df11dbcf3f81c2b38d3ae4fcac540.tar.gz freebsd-ports-graphics-2fd005b14c6df11dbcf3f81c2b38d3ae4fcac540.tar.zst freebsd-ports-graphics-2fd005b14c6df11dbcf3f81c2b38d3ae4fcac540.zip |
Teng is very simple DBI wrapper and simple O/R Mapper. It aims to be
lightweight, with minimal dependencies so it's easier to install.
WWW: http://search.cpan.org/dist/Teng/
Diffstat (limited to 'databases/p5-Teng/pkg-plist')
-rw-r--r-- | databases/p5-Teng/pkg-plist | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/p5-Teng/pkg-plist b/databases/p5-Teng/pkg-plist new file mode 100644 index 00000000000..815bb1cc467 --- /dev/null +++ b/databases/p5-Teng/pkg-plist @@ -0,0 +1,21 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Teng/.packlist +%%SITE_PERL%%/Teng.pm +%%SITE_PERL%%/Teng/Iterator.pm +%%SITE_PERL%%/Teng/Plugin/BulkInsert.pm +%%SITE_PERL%%/Teng/Plugin/Count.pm +%%SITE_PERL%%/Teng/Plugin/FindOrCreate.pm +%%SITE_PERL%%/Teng/Plugin/Pager.pm +%%SITE_PERL%%/Teng/Plugin/Pager/MySQLFoundRows.pm +%%SITE_PERL%%/Teng/Plugin/Replace.pm +%%SITE_PERL%%/Teng/QueryBuilder.pm +%%SITE_PERL%%/Teng/Row.pm +%%SITE_PERL%%/Teng/Schema.pm +%%SITE_PERL%%/Teng/Schema/Declare.pm +%%SITE_PERL%%/Teng/Schema/Dumper.pm +%%SITE_PERL%%/Teng/Schema/Loader.pm +%%SITE_PERL%%/Teng/Schema/Table.pm +@dirrm %%SITE_PERL%%/Teng/Schema +@dirrm %%SITE_PERL%%/Teng/Plugin/Pager +@dirrm %%SITE_PERL%%/Teng/Plugin +@dirrm %%SITE_PERL%%/Teng +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Teng |