summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-24 18:44:16 +0000
committerwiz <wiz@pkgsrc.org>2005-11-24 18:44:16 +0000
commitad1baf8e0a868775a1162b7900019a9adff266f9 (patch)
treeea7bfb178309d755879c73cd17cb0ae09f309a9b /databases/p5-DBIx-DBSchema/Makefile
parent3af53dc12d956a3a3b4e4ac569207358e58d7bae (diff)
downloadpkgsrc-ad1baf8e0a868775a1162b7900019a9adff266f9.tar.gz
Initial import of p5-DBIx-DBSchema:
This module helps abstract the process of working with complex schemas of relational SQL database tables. As with DBI, it lets you work with data a row at a time, but gives you the extra ability to, with a single method call, reach across and grab rows of related data from tables located elsewhere in your database, without having to construct an SQL join clause yourself. The 'distance' from the originating table to the related one can be arbitrarily long, so long as they are related in some way -- i.e., could both return data through a single (though perhaps quite lengthy) SQL query.
Diffstat (limited to 'databases/p5-DBIx-DBSchema/Makefile')
-rw-r--r--databases/p5-DBIx-DBSchema/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile
new file mode 100644
index 00000000000..5a2d17d3df4
--- /dev/null
+++ b/databases/p5-DBIx-DBSchema/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $
+#
+
+DISTNAME= DBIx-DBSchema-0.27
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DBIx-DBSchema/
+COMMENT= Database-independent schema objects
+
+DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
+DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/DBIx/DBSchema/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"