summaryrefslogtreecommitdiffstats
path: root/databases/p5-Ima-DBI
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-05-27 08:59:49 +0000
committerskv <skv@FreeBSD.org>2002-05-27 08:59:49 +0000
commite9675165302a702a03bd076c8bf3228db224120c (patch)
tree711452629cf0f35334e1d3c31714cd349f2a1e08 /databases/p5-Ima-DBI
parent8defb3201437af6af40f64a0e639648f66859645 (diff)
downloadFreeBSD-ports-e9675165302a702a03bd076c8bf3228db224120c.zip
FreeBSD-ports-e9675165302a702a03bd076c8bf3228db224120c.tar.gz
Add p5-Ima-DBI 0.27, database connection caching and organization.
PR: 32966 Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'databases/p5-Ima-DBI')
-rw-r--r--databases/p5-Ima-DBI/Makefile27
-rw-r--r--databases/p5-Ima-DBI/distinfo1
-rw-r--r--databases/p5-Ima-DBI/pkg-comment1
-rw-r--r--databases/p5-Ima-DBI/pkg-descr10
-rw-r--r--databases/p5-Ima-DBI/pkg-plist5
5 files changed, 44 insertions, 0 deletions
diff --git a/databases/p5-Ima-DBI/Makefile b/databases/p5-Ima-DBI/Makefile
new file mode 100644
index 0000000..588eadc
--- /dev/null
+++ b/databases/p5-Ima-DBI/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: Ima-DBI
+# Date created: 17 Dec 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Ima-DBI
+PORTVERSION= 0.27
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class/TMTM
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/WhiteHole.pm:${PORTSDIR}/devel/p5-Class-WhiteHole \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Ima::DBI.3
+
+.include <bsd.port.mk>
diff --git a/databases/p5-Ima-DBI/distinfo b/databases/p5-Ima-DBI/distinfo
new file mode 100644
index 0000000..8230ed0
--- /dev/null
+++ b/databases/p5-Ima-DBI/distinfo
@@ -0,0 +1 @@
+MD5 (Ima-DBI-0.27.tar.gz) = cf78a99cacedad0475faddc576ebdc14
diff --git a/databases/p5-Ima-DBI/pkg-comment b/databases/p5-Ima-DBI/pkg-comment
new file mode 100644
index 0000000..3608389
--- /dev/null
+++ b/databases/p5-Ima-DBI/pkg-comment
@@ -0,0 +1 @@
+Database connection caching and organization
diff --git a/databases/p5-Ima-DBI/pkg-descr b/databases/p5-Ima-DBI/pkg-descr
new file mode 100644
index 0000000..7c1c7ee
--- /dev/null
+++ b/databases/p5-Ima-DBI/pkg-descr
@@ -0,0 +1,10 @@
+Ima::DBI attempts to organize and facilitate caching and more efficient
+use of database connections and statement handles by storing DBI and SQL
+information with your class (instead of as seperate objects). This
+allows you to pass around just one object without worrying about a trail
+of DBI handles behind it.
+
+WWW: http://search.cpan.org/search?dist=Ima-DBI
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/databases/p5-Ima-DBI/pkg-plist b/databases/p5-Ima-DBI/pkg-plist
new file mode 100644
index 0000000..0a8164f
--- /dev/null
+++ b/databases/p5-Ima-DBI/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ima/DBI/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Ima/DBI.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ima/DBI
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Ima 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ima 2>/dev/null || true
OpenPOWER on IntegriCloud