diff options
author | erh <erh> | 2004-07-08 19:25:23 +0000 |
---|---|---|
committer | erh <erh> | 2004-07-08 19:25:23 +0000 |
commit | 310f0cb99f14fd11eaf9e7f2cf97140636326cc0 (patch) | |
tree | d1e660180290aea284357a4ba648befc9e00649d /databases | |
parent | 96a735d6dcd3e3ce366832270ccd78e8954e4cac (diff) | |
download | pkgsrc-310f0cb99f14fd11eaf9e7f2cf97140636326cc0.tar.gz |
Add the p5-DBIWrapper subdirectory
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index e4493ca12ec..b2d8793f814 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2004/06/04 23:18:47 mjl Exp $ +# $NetBSD: Makefile,v 1.137 2004/07/08 19:25:23 erh Exp $ # COMMENT= Databases @@ -63,6 +63,7 @@ SUBDIR+= p5-DBD-mysql SUBDIR+= p5-DBD-postgresql SUBDIR+= p5-DBI SUBDIR+= p5-DBI-Shell +SUBDIR+= p5-DBIWrapper SUBDIR+= p5-DBIx-Datasource SUBDIR+= p5-DBIx-SearchBuilder SUBDIR+= p5-DB_File |