summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-AnyDBD
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-08 07:43:14 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-08 07:43:14 +0000
commit81ea50f022cc5c7190674856fc18bf4b5d4ac075 (patch)
tree93fb6a3710e4265b6efe94ffa3437b8e4a950b0e /databases/p5-DBIx-AnyDBD
parentupgrade to 1.4.2 (diff)
Add p5-DBIx-AnyDBD 2.00, dBD independant class.
PR: 33413 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54351
Diffstat (limited to 'databases/p5-DBIx-AnyDBD')
-rw-r--r--databases/p5-DBIx-AnyDBD/Makefile26
-rw-r--r--databases/p5-DBIx-AnyDBD/distinfo1
-rw-r--r--databases/p5-DBIx-AnyDBD/pkg-comment1
-rw-r--r--databases/p5-DBIx-AnyDBD/pkg-descr10
-rw-r--r--databases/p5-DBIx-AnyDBD/pkg-plist5
5 files changed, 43 insertions, 0 deletions
diff --git a/databases/p5-DBIx-AnyDBD/Makefile b/databases/p5-DBIx-AnyDBD/Makefile
new file mode 100644
index 000000000000..99d3c3ce47b0
--- /dev/null
+++ b/databases/p5-DBIx-AnyDBD/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: DBIx::AnyDBD
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DBIx-AnyDBD
+PORTVERSION= 2.00
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DBIx
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MAN3= DBIx::AnyDBD.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-AnyDBD/distinfo b/databases/p5-DBIx-AnyDBD/distinfo
new file mode 100644
index 000000000000..031808bc8c28
--- /dev/null
+++ b/databases/p5-DBIx-AnyDBD/distinfo
@@ -0,0 +1 @@
+MD5 (DBIx-AnyDBD-2.00.tar.gz) = ca038db8f66102d18f595a31ba1cf2c1
diff --git a/databases/p5-DBIx-AnyDBD/pkg-comment b/databases/p5-DBIx-AnyDBD/pkg-comment
new file mode 100644
index 000000000000..fcef6d64ca34
--- /dev/null
+++ b/databases/p5-DBIx-AnyDBD/pkg-comment
@@ -0,0 +1 @@
+DBD independant class
diff --git a/databases/p5-DBIx-AnyDBD/pkg-descr b/databases/p5-DBIx-AnyDBD/pkg-descr
new file mode 100644
index 000000000000..22bbe82277a1
--- /dev/null
+++ b/databases/p5-DBIx-AnyDBD/pkg-descr
@@ -0,0 +1,10 @@
+This class provides application developers with an abstraction class
+a level away from DBI, that allows them to write an application
+that works on multiple database platforms. The idea isn't to take
+away the responsibility for coding different SQL on different
+platforms, but to simply provide a platform that uses the right
+class at the right time for whatever DB is currently in use.
+
+WWW: http://search.cpan.org/search?dist=DBIx-AnyDBD
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/databases/p5-DBIx-AnyDBD/pkg-plist b/databases/p5-DBIx-AnyDBD/pkg-plist
new file mode 100644
index 000000000000..ebd4a75facfe
--- /dev/null
+++ b/databases/p5-DBIx-AnyDBD/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/DBIx/AnyDBD.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/AnyDBD/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/AnyDBD
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true